From 2f489ea1443677172c09c92717264a2a6e1dc317 Mon Sep 17 00:00:00 2001 From: eyedeekay Date: Thu, 14 Nov 2024 10:59:18 -0500 Subject: [PATCH] fix go report card badge links --- profile/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/profile/README.md b/profile/README.md index 43b9dfe..2c01bbe 100644 --- a/profile/README.md +++ b/profile/README.md @@ -22,31 +22,31 @@ The new module paths are listed below: ## Official source of I2P SAMv3 application development libraries: -* [onramp high-level development library(stable)](https://github.com/go-i2p/onramp) [![Go Report Card][https://goreportcard.com/report/github.com/go-i2p/onramp]](https://goreportcard.com/report/github.com/go-i2p/onramp) +* [onramp high-level development library(stable)](https://github.com/go-i2p/onramp) [![Go Report Card](https://goreportcard.com/badge/github.com/go-i2p/onramp)](https://goreportcard.com/report/github.com/go-i2p/onramp) - High-level framework for I2P-native web services `import "github.com/go-i2p/onramp"` -* [gosam client development library(stable)](https://github.com/go-i2p/gosam) [![Go Report Card][https://goreportcard.com/report/github.com/go-i2p/gosam]](https://goreportcard.com/report/github.com/go-i2p/gosam) +* [gosam client development library(stable)](https://github.com/go-i2p/gosam) [![Go Report Card](https://goreportcard.com/badge/github.com/go-i2p/gosam)](https://goreportcard.com/report/github.com/go-i2p/gosam) - High-level SAM protocol implementation `import "github.com/go-i2p/gosam"` -* [sam3 client development library(stable)](https://github.com/go-i2p/sam3) [![Go Report Card][https://goreportcard.com/report/github.com/go-i2p/sam3]](https://goreportcard.com/report/github.com/go-i2p/sam3) +* [sam3 client development library(stable)](https://github.com/go-i2p/sam3) [![Go Report Card](https://goreportcard.com/badge/github.com/go-i2p/sam3)](https://goreportcard.com/report/github.com/go-i2p/sam3) - Modern, flexible SAMv3 protocol client implementation `import "github.com/go-i2p/sam3"` -* [i2pkeys key handling library(stable)](https://github.com/go-i2p/i2pkeys) [![Go Report Card][https://goreportcard.com/report/github.com/go-i2p/i2pkeys]](https://goreportcard.com/report/github.com/go-i2p/i2pkeys) +* [i2pkeys key handling library(stable)](https://github.com/go-i2p/i2pkeys) [![Go Report Card](https://goreportcard.com/badge/github.com/go-i2p/i2pkeys)](https://goreportcard.com/report/github.com/go-i2p/i2pkeys) - I2P destination and key management `import "github.com/go-i2p/i2pkeys"` ## Official source of I2PControl development libraries: -* [go-i2pcontrol I2P Control client(stable)](https://github.com/go-i2p/go-i2pcontrol) [![Go Report Card][https://goreportcard.com/report/github.com/go-i2p/go-i2pcontrol]](https://goreportcard.com/report/github.com/go-i2p/go-i2pcontrol) +* [go-i2pcontrol I2P Control client(stable)](https://github.com/go-i2p/go-i2pcontrol) [![Go Report Card](https://goreportcard.com/badge/github.com/go-i2p/go-i2pcontrol)](https://goreportcard.com/report/github.com/go-i2p/go-i2pcontrol) - Router management and configuration API `import "github.com/go-i2p/go-i2pcontrol"` ## Official source of I2P Bittorrent development libraries: -* [go-i2p-bt I2P Bittorrent library(stable)](https://github.com/go-i2p/go-i2p-bt) [![Go Report Card][https://goreportcard.com/report/github.com/go-i2p/go-i2p-bt]](https://goreportcard.com/report/github.com/go-i2p/go-i2p-bt) +* [go-i2p-bt I2P Bittorrent library(stable)](https://github.com/go-i2p/go-i2p-bt) [![Go Report Card](https://goreportcard.com/badge/github.com/go-i2p/go-i2p-bt)](https://goreportcard.com/report/github.com/go-i2p/go-i2p-bt) - Anonymous BitTorrent protocol implementation `import "github.com/go-i2p/go-i2p-bt"` @@ -54,7 +54,7 @@ The new module paths are listed below: go-i2p is under active development. [go-i2p ROADMAP.md](https://github.com/go-i2p/go-i2p/blob/master/ROADMAP.md) -* [go-i2p I2P router implementation(incomplete and unstable)](https://github.com/go-i2p/go-i2p) [![Go Report Card][https://goreportcard.com/report/github.com/go-i2p/go-i2p]](https://goreportcard.com/report/github.com/go-i2p/go-i2p) +* [go-i2p I2P router implementation(incomplete and unstable)](https://github.com/go-i2p/go-i2p) [![Go Report Card](https://goreportcard.com/badge/github.com/go-i2p/go-i2p)](https://goreportcard.com/report/github.com/go-i2p/go-i2p) - Native Go I2P router implementation `import "github.com/go-i2p/go-i2p"`