From 855d9499859b1ad4c671d06e50cdb65ee772f4ee Mon Sep 17 00:00:00 2001 From: neil Date: Sun, 7 Feb 2016 18:37:04 +0800 Subject: [PATCH] fix links --- README.md | 5 +++-- dnsapi/README.md | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 62e407cf..ee2854c7 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,8 @@ Ok, it's finished. If your dns provider supports api access, we can use api to automatically issue certs. You don't have do anything manually. -Currently we support: +###Currently we support: + 1. Cloudflare.com api 2. Dnspod.cn api 3. Cloudxns.com api @@ -177,7 +178,7 @@ More apis are comming soon.... If your dns provider is not in the supported list above, you can write your own script api easily. -For more details: [How to use dns api](dnsapi/README.md) +For more details: [How to use dns api](dnsapi) #Under the Hood diff --git a/dnsapi/README.md b/dnsapi/README.md index 005b8434..8b56ad43 100644 --- a/dnsapi/README.md +++ b/dnsapi/README.md @@ -79,7 +79,7 @@ Let's assume you want to name it 'myapi', le.sh issue dns-myapi aa.com www.aa.com ``` -For more details, please check our sample script: [dnsapi/dns-myapi.sh](README.md) +For more details, please check our sample script: [dns-myapi.sh](dns-myapi.sh)