]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Link to godocs.io for documentation
authorMatt Joiner <anacrolix@gmail.com>
Fri, 29 Oct 2021 00:57:57 +0000 (11:57 +1100)
committerGitHub <noreply@github.com>
Fri, 29 Oct 2021 00:57:57 +0000 (11:57 +1100)
README.md

index e821755ee4439613ef9a29b97b5edc9e59478a8c..a49083571c1341d72d1864a4a525b448504cb666 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # torrent
 
-[![PkgGoDev](https://pkg.go.dev/badge/github.com/anacrolix/torrent)](https://pkg.go.dev/github.com/anacrolix/torrent)
+[![godocs.io](https://godocs.io/github.com/anacrolix/torrent?status.svg)](https://godocs.io/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).