fix links

This commit is contained in:
neil 2016-02-07 18:37:04 +08:00
parent a1f0fb3eae
commit 855d949985
2 changed files with 4 additions and 3 deletions

View File

@ -168,7 +168,8 @@ Ok, it's finished.
If your dns provider supports api access, we can use api to automatically issue certs. If your dns provider supports api access, we can use api to automatically issue certs.
You don't have do anything manually. You don't have do anything manually.
Currently we support: ###Currently we support:
1. Cloudflare.com api 1. Cloudflare.com api
2. Dnspod.cn api 2. Dnspod.cn api
3. Cloudxns.com 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. 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 #Under the Hood

View File

@ -79,7 +79,7 @@ Let's assume you want to name it 'myapi',
le.sh issue dns-myapi aa.com www.aa.com 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)