From 7680dbc1da39b648f95765faacb08bcccc5b29c0 Mon Sep 17 00:00:00 2001 From: Ding Shi <32335591+tyde7@users.noreply.github.com> Date: Thu, 4 Jun 2020 10:19:35 +0800 Subject: [PATCH] Fix some links. --- dnsapi.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dnsapi.md b/dnsapi.md index 8b94dba..54e7659 100644 --- a/dnsapi.md +++ b/dnsapi.md @@ -775,7 +775,7 @@ The `AUTODNS_USER`, `AUTODNS_PASSWORD` and `AUTODNS_CONTEXT` settings will be sa ## 37. Use Azure DNS -You have to create a service principal first. See:[How to use Azure DNS](../../../wiki/How-to-use-Azure-DNS) +You have to create a service principal first. See:[How to use Azure DNS](https://github.com/acmesh-official/acme.sh/wiki/How-to-use-Azure-DNS) ``` export AZUREDNS_SUBSCRIPTIONID="12345678-9abc-def0-1234-567890abcdef" @@ -1656,7 +1656,7 @@ acme.sh --issue --dns dns_vultr -d example.com -d www.example.com The `VULTR_API_KEY` will be saved in `~/.acme.sh/account.conf` and will be reused when needed. -If you find any bugs of Vultr API, please report here: [Issue #2336](../../issues/2374) +If you find any bugs of Vultr API, please report here: [Issue #2374](../../issues/2374)