]> Sergey Matveev's repositories - go-opus.git/commitdiff
Update godoc links to gopkg.in...v2
authorHraban Luyat <hraban@0brg.net>
Wed, 11 Jan 2017 12:55:08 +0000 (12:55 +0000)
committerHraban Luyat <hraban@0brg.net>
Wed, 11 Jan 2017 12:55:08 +0000 (12:55 +0000)
README.md

index a29412c28a431e423389bdc3d96be1113d92e03e..d81e148f70a039f30a545e14c69457d6c39a96ee 100644 (file)
--- a/README.md
+++ b/README.md
@@ -114,12 +114,12 @@ To decode a .opus file (or .ogg with Opus data), or to decode a "Opus stream"
 (which is a Ogg stream with Opus data), use the `Stream` interface. It wraps an
 io.Reader providing the raw stream bytes and returns the decoded Opus data.
 
-See https://godoc.org/github.com/hraban/opus#Stream for further info.
+See https://godoc.org/gopkg.in/hraban/opus.v2#Stream for further info.
 
 ### API Docs
 
 Go wrapper API reference:
-https://godoc.org/github.com/hraban/opus
+https://godoc.org/gopkg.in/hraban/opus.v2
 
 Full libopus C API reference:
 https://www.opus-codec.org/docs/opus_api-1.1.3/