docs: replace godoc.org references
This commit is contained in:
parent
51fd75ef83
commit
8bf0cee70e
7 changed files with 9 additions and 4 deletions
|
@ -103,7 +103,7 @@ For more information, you can read about the different methods of authentication
|
|||
## More information
|
||||
|
||||
- [API documentation](https://docs.openstack.org/designate/latest/)
|
||||
- [Go client](https://godoc.org/github.com/gophercloud/gophercloud/openstack/dns/v2)
|
||||
- [Go client](https://pkg.go.dev/github.com/gophercloud/gophercloud/openstack/dns/v2)
|
||||
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
<!-- providers/dns/designate/designate.toml -->
|
||||
|
|
|
@ -42,6 +42,7 @@ AWS_HOSTED_ZONE_ID=your_hosted_zone_id \
|
|||
|-----------------------|-------------|
|
||||
| `AWS_ACCESS_KEY_ID` | Managed by the AWS client. Access key ID (`AWS_ACCESS_KEY_ID_FILE` is not supported, use `AWS_SHARED_CREDENTIALS_FILE` instead) |
|
||||
| `AWS_ASSUME_ROLE_ARN` | Managed by the AWS Role ARN (`AWS_ASSUME_ROLE_ARN_FILE` is not supported) |
|
||||
| `AWS_EXTERNAL_ID` | Managed by STS AssumeRole API operation (`AWS_EXTERNAL_ID_FILE` is not supported) |
|
||||
| `AWS_HOSTED_ZONE_ID` | Override the hosted zone ID. |
|
||||
| `AWS_PROFILE` | Managed by the AWS client (`AWS_PROFILE_FILE` is not supported) |
|
||||
| `AWS_REGION` | Managed by the AWS client (`AWS_REGION_FILE` is not supported) |
|
||||
|
|
|
@ -10,7 +10,7 @@ Lego can be use as a Go Library.
|
|||
|
||||
## GoDoc
|
||||
|
||||
The GoDoc can be found here: [GoDoc](https://pkg.go.dev/mod/github.com/go-acme/lego/v4).
|
||||
The GoDoc can be found here: [Go Reference](https://pkg.go.dev/github.com/go-acme/lego/v4).
|
||||
|
||||
## Usage
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue