Skip to content

Commit

Permalink
docs: fix link to alibaba API documentation (#2145)
Browse files Browse the repository at this point in the history
  • Loading branch information
lnnt authored Mar 24, 2024
1 parent 3371145 commit 8dd1fa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content/dns/zz_gen_alidns.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:/aliyun/alibaba-cloud-sdk-go)

<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
Expand Down
2 changes: 1 addition & 1 deletion providers/dns/alidns/alidns.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ lego --email [email protected] --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:/aliyun/alibaba-cloud-sdk-go"

0 comments on commit 8dd1fa5

Please sign in to comment.