Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit 071b09f

Browse files
alanshawdaviddias
authored andcommitted
fixes title and links (#199)
1 parent c3add1b commit 071b09f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

SPEC/MISCELLANEOUS.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Generic API
1+
Miscellaneous API
22
===========
33

44
#### `id`
@@ -51,8 +51,6 @@ ipfs.version((err, version) => {
5151

5252
A great source of [examples][] can be found in the tests for this API.
5353

54-
[examples]: https://github.com/ipfs/interface-ipfs-core/blob/master/src/generic.js
55-
5654
#### `dns`
5755

5856
> Resolve DNS links
@@ -75,3 +73,7 @@ ipfs.dns('ipfs.io', (err, path) => {
7573
console.log(path)
7674
})
7775
```
76+
77+
A great source of [examples][] can be found in the tests for this API.
78+
79+
[examples]: https://github.com/ipfs/interface-ipfs-core/blob/master/src/miscellaneous.js

0 commit comments

Comments
 (0)