From dd087560a0a4a52b3388dd320a5982a0e8233eff Mon Sep 17 00:00:00 2001 From: Daniel McCarney Date: Tue, 9 Oct 2018 13:09:25 -0400 Subject: [PATCH] contrib: fix ACME DNS Go client link (#669) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 464310e2..c51ff9b8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -35,7 +35,7 @@ owners to license your work under the terms of the [MIT License](LICENSE). | DNS provider | Code | Documentation | Go client | |---------------------------|----------------|--------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------| -| Acme DNS | `acmedns` | [documentation](https://github.com/joohoi/acme-dns#api) | [Go client](https://github.com/joohoi/acme-dns) | +| Acme DNS | `acmedns` | [documentation](https://github.com/joohoi/acme-dns#api) | [Go client](https://github.com/cpu/goacmedns) | | Alibaba Cloud | `alidns` | [documentation](https://www.alibabacloud.com/help/doc-detail/42875.htm) | [Go client](https://github.com/aliyun/alibaba-cloud-sdk-go) | | Aurora DNS | `auroradns` | ? | [Go client](https://github.com/edeckers/auroradnsclient) | | Azure | `azure` | [documentation](https://docs.microsoft.com/en-us/go/azure/) | [Go client](https://github.com/Azure/azure-sdk-for-go) |