Browse Source

fix links

neil 9 years ago
parent
commit
855d949985
2 changed files with 4 additions and 3 deletions
  1. 3 2
      README.md
  2. 1 1
      dnsapi/README.md

+ 3 - 2
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.
 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

+ 1 - 1
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
 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)