docs : Update GoLang library link in docs (#12567)
Previous link was to outdated master branch, this one is to up-to-date main branch
This commit is contained in:
parent
533f5e490e
commit
398be5129d
|
@ -17,7 +17,7 @@ These libraries are officially maintained by HashiCorp.
|
|||
|
||||
### Go
|
||||
|
||||
- [Vault Go Client](https://github.com/hashicorp/vault/tree/master/api)
|
||||
- [Vault Go Client](https://github.com/hashicorp/vault/tree/main/api)
|
||||
|
||||
```shell-session
|
||||
$ go get github.com/hashicorp/vault/api
|
||||
|
|
Loading…
Reference in New Issue