]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Revert "Link to godocs.io for documentation"
authorMatt Joiner <anacrolix@gmail.com>
Sun, 12 Dec 2021 06:20:02 +0000 (17:20 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Sun, 12 Dec 2021 06:20:02 +0000 (17:20 +1100)
This reverts commit c2ed60f9f2d100ddd15a38a6c260121a9ad6e893.

README.md

index a49083571c1341d72d1864a4a525b448504cb666..e821755ee4439613ef9a29b97b5edc9e59478a8c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # torrent
 
-[![godocs.io](https://godocs.io/github.com/anacrolix/torrent?status.svg)](https://godocs.io/github.com/anacrolix/torrent)
+[![PkgGoDev](https://pkg.go.dev/badge/github.com/anacrolix/torrent)](https://pkg.go.dev/github.com/anacrolix/torrent)
 
 This repository implements BitTorrent-related packages and command-line utilities in Go. The emphasis is on use as a library from other projects. It's been used 24/7 in production by downstream services since late 2014. The implementation was specifically created to explore Go's concurrency capabilities, and to include the ability to stream data directly from the BitTorrent network. To this end it [supports seeking, readaheads and other features](https://godoc.org/github.com/anacrolix/torrent#Reader) exposing torrents and their files with the various Go idiomatic `io` package interfaces. This is also demonstrated through [torrentfs](#torrentfs).