Skip to content

Commit 035baf0

Browse files
kudlanywilken
authored andcommitted
docs: bump version for godocs url
1 parent bd0bfb5 commit 035baf0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Go Documentation](http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)][godocs]
66

77
[circleci]: https://circleci.com/gh/hashicorp/go-getter/tree/master
8-
[godocs]: http://godoc.org/github.com/hashicorp/go-getter
8+
[godocs]: https://pkg.go.dev/github.com/hashicorp/go-getter/v2
99
[appveyor]: https://ci.appveyor.com/project/hashicorp/go-getter/branch/master
1010

1111
go-getter is a library for Go (golang) for downloading files or directories
@@ -27,12 +27,12 @@ downloading modules, [Packer](https://packer.io) for downloading binaries, and
2727
## Installation and Usage
2828

2929
Package documentation can be found on
30-
[GoDoc](http://godoc.org/github.com/hashicorp/go-getter).
30+
[GoDoc](https://pkg.go.dev/github.com/hashicorp/go-getter/v2).
3131

3232
Installation can be done with a normal `go get`:
3333

3434
```
35-
$ go get github.com/hashicorp/go-getter
35+
$ go get github.com/hashicorp/go-getter/v2
3636
```
3737

3838
go-getter also has a command you can use to test URL strings:

0 commit comments

Comments
 (0)