From eea3a3c555db18a69eb795fa6f8fb9e0f6bd403c Mon Sep 17 00:00:00 2001 From: ahwayakchih Date: Sun, 3 Feb 2019 16:22:03 +0100 Subject: [PATCH] docs: update MyDEvil.net interlinks --- deploy/README.md | 4 ++-- dnsapi/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/README.md b/deploy/README.md index 939865b3..f290756a 100644 --- a/deploy/README.md +++ b/deploy/README.md @@ -382,9 +382,9 @@ $ export QINIU_CDN_DOMAIN="cdn.example.com" $ acme.sh --deploy -d example.com --deploy-hook qiniu ``` -## 14. Deploy your certificate on MyDevil.net +## 14. Deploy your cert on MyDevil.net -Once you have acme.sh installed and certificate issued (see info in [DNS API](../dnsapi/README.md)), you can install it by following command: +Once you have acme.sh installed and certificate issued (see info in [DNS API](../dnsapi/README.md#61-use-mydevilnet)), you can install it by following command: ```sh acme.sh --deploy --deploy-hook mydevil -d example.com diff --git a/dnsapi/README.md b/dnsapi/README.md index 955e36c5..ebc6db46 100644 --- a/dnsapi/README.md +++ b/dnsapi/README.md @@ -1194,7 +1194,7 @@ To issue a new certificate, run: acme.sh --issue --dns dns_mydevil -d example.com -d *.example.com ``` -After certificate is ready, you can install it with [deploy command](../deploy/README.md). +After certificate is ready, you can install it with [deploy command](../deploy/README.md#14-deploy-your-cert-on-mydevilnet). # Use custom API