We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a141be5 commit 467c127Copy full SHA for 467c127
README.md
@@ -14,12 +14,12 @@ Versions used with go-version must follow [SemVer](http://semver.org/).
14
## Installation and Usage
15
16
Package documentation can be found on
17
-[GoDoc](http://godoc.org/github.com/hashicorp/go-version).
+[GoDoc](http://godoc.org/github.com/6543/go-version).
18
19
Installation can be done with a normal `go get`:
20
21
```
22
-$ go get github.com/hashicorp/go-version
+$ go get github.com/6543/go-version
23
24
25
#### Version Parsing and Comparison
0 commit comments