Skip to content

Commit 41851e8

Browse files
authored
Merge pull request #245 from voidao/patch-1
fix broken links
2 parents aac1488 + 46f991c commit 41851e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

IPNS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@ Finally, the network nodes may also republish their records, so that the records
9797

9898
## API Spec
9999

100-
- <https://github.com/ipfs/interface-ipfs-core/blob/master/SPEC/NAME.md>
100+
- [interface-ipfs-core/SPEC/NAME.md](https://github.com/ipfs/js-ipfs/blob/master/packages/interface-ipfs-core/SPEC/NAME.md)
101101

102102
## Implementations
103103

104-
- <https://github.com/ipfs/js-ipfs/tree/master/src/core/ipns>
105-
- <https://github.com/ipfs/go-ipfs/tree/master/namesys>
104+
- [js-ipfs](https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs/src/core/ipns)
105+
- [go-ipfs](https://github.com/ipfs/go-ipfs/tree/master/namesys)
106106

107107
## Integration with IPFS
108108

0 commit comments

Comments
 (0)