Commit 855d9499 authored by neil's avatar neil
Browse files

fix links

parent a1f0fb3e
...@@ -168,7 +168,8 @@ Ok, it's finished. ...@@ -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.... ...@@ -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
......
...@@ -79,7 +79,7 @@ Let's assume you want to name it 'myapi', ...@@ -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)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment