Skip to content

Commit

Permalink
Remove period from dns text examples
Browse files Browse the repository at this point in the history
It is not useful. See ipfs-inactive/http-api-spec#41 (comment)

License: MIT
Signed-off-by: Richard Littauer <[email protected]>
  • Loading branch information
RichardLitt committed Mar 1, 2016
1 parent cdddf0f commit 7227386
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/commands/dns.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This command resolves those links to the referenced object.
For example, with this DNS TXT record:
ipfs.io. TXT "dnslink=/ipfs/QmRzTuh2Lpuz7Gr39stNr6mTFdqAghsZec1JoUnfySUzcy ..."
ipfs.io TXT "dnslink=/ipfs/QmRzTuh2Lpuz7Gr39stNr6mTFdqAghsZec1JoUnfySUzcy ..."
The resolver will give:
Expand All @@ -35,7 +35,7 @@ The resolver will give:
And with this DNS TXT record:
ipfs.ipfs.io. TXT "dnslink=/dns/ipfs.io ..."
ipfs.ipfs.io TXT "dnslink=/dns/ipfs.io ..."
The resolver will give:
Expand Down

0 comments on commit 7227386

Please sign in to comment.