Remove period from dns text examples
It is not useful. See https://github.com/ipfs/http-api-spec/pull/41#discussion_r53482505 License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
Richard Littauer committed
Mar 1, 2016 at 13:59 UTC
7227386b8b11aa025e00d62d6b124cbc16d6519d
1 file changed
+2
-2
core/commands/dns.go
+2
-2
@@ -26,7 +26,7 @@ This command resolves those links to the referenced object.
26
27
For example, with this DNS TXT record:
28
29
- ipfs.io. TXT "dnslink=/ipfs/QmRzTuh2Lpuz7Gr39stNr6mTFdqAghsZec1JoUnfySUzcy ..."
29
+ ipfs.io TXT "dnslink=/ipfs/QmRzTuh2Lpuz7Gr39stNr6mTFdqAghsZec1JoUnfySUzcy ..."
30
31
The resolver will give:
32
@@ -35,7 +35,7 @@ The resolver will give:
35
36
And with this DNS TXT record:
37
38
- ipfs.ipfs.io. TXT "dnslink=/dns/ipfs.io ..."
38
+ ipfs.ipfs.io TXT "dnslink=/dns/ipfs.io ..."
39
40
The resolver will give:
41