Skip to content

Commit e05fe8c

Browse files
authored
Update doc reference in README (#135)
1 parent c9311ed commit e05fe8c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Versioning Library for Go
2+
23
![Build Status](https://github.com/hashicorp/go-version/actions/workflows/go-tests.yml/badge.svg)
3-
[![GoDoc](https://godoc.org/github.com/hashicorp/go-version?status.svg)](https://godoc.org/github.com/hashicorp/go-version)
4+
[![Go Reference](https://pkg.go.dev/badge/github.com/hashicorp/go-version.svg)](https://pkg.go.dev/github.com/hashicorp/go-version)
45

56
go-version is a library for parsing versions and version constraints,
67
and verifying versions against a set of constraints. go-version
@@ -12,7 +13,7 @@ Versions used with go-version must follow [SemVer](http://semver.org/).
1213
## Installation and Usage
1314

1415
Package documentation can be found on
15-
[GoDoc](http://godoc.org/github.com/hashicorp/go-version).
16+
[Go Reference](https://pkg.go.dev/github.com/hashicorp/go-version).
1617

1718
Installation can be done with a normal `go get`:
1819

0 commit comments

Comments
 (0)