docs: fix link to alibaba API documentation (#2145)
This commit is contained in:
parent
3371145f01
commit
8dd1fa5a32
2 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@ More information [here]({{< ref "dns#configuration-and-credentials" >}}).
|
|||
|
||||
## More information
|
||||
|
||||
- [API documentation](https://www.alibabacloud.com/help/doc-detail/42875.htm)
|
||||
- [API documentation](https://www.alibabacloud.com/help/en/alibaba-cloud-dns/latest/api-alidns-2015-01-09-dir-parsing-records)
|
||||
- [Go client](https://github.com/aliyun/alibaba-cloud-sdk-go)
|
||||
|
||||
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
|
||||
|
|
|
@ -29,5 +29,5 @@ lego --email you@example.com --dns alidns --domains my.example.org run
|
|||
ALICLOUD_HTTP_TIMEOUT = "API request timeout"
|
||||
|
||||
[Links]
|
||||
API = "https://www.alibabacloud.com/help/doc-detail/42875.htm"
|
||||
API = "https://www.alibabacloud.com/help/en/alibaba-cloud-dns/latest/api-alidns-2015-01-09-dir-parsing-records"
|
||||
GoClient = "https://github.com/aliyun/alibaba-cloud-sdk-go"
|
||||
|
|
Loading…
Reference in a new issue