Skip to content

Commit

Permalink
docs: bump version for godocs url
Browse files Browse the repository at this point in the history
  • Loading branch information
kudla authored and nywilken committed May 17, 2024
1 parent bd0bfb5 commit 035baf0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Go Documentation](http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)][godocs]

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

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

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

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

```
$ go get github.com/hashicorp/go-getter
$ go get github.com/hashicorp/go-getter/v2
```

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

0 comments on commit 035baf0

Please sign in to comment.