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

Commit 45e8142

Browse files
olizillaAlan Shaw
authored and
Alan Shaw
committed
fix: example links in miscellaneous spec section (#364)
- fix broken link for version example - make all links more specific
1 parent 41cf3a5 commit 45e8142

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

SPEC/MISCELLANEOUS.md

+8-10
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ ipfs.id(function (err, identity) {
3232
})
3333
```
3434

35-
A great source of [examples][] can be found in the tests for this API.
35+
A great source of [examples](https://github.com/ipfs/interface-ipfs-core/blob/master/js/src/miscellaneous/id.js) can be found in the tests for this API.
3636

3737
#### `version`
3838

@@ -57,7 +57,7 @@ ipfs.version((err, version) => {
5757
})
5858
```
5959

60-
A great source of [examples][] can be found in the tests for this API.
60+
A great source of [examples](https://github.com/ipfs/interface-ipfs-core/blob/master/js/src/miscellaneous/version.js) can be found in the tests for this API.
6161

6262
#### `dns`
6363

@@ -82,9 +82,7 @@ ipfs.dns('ipfs.io', (err, path) => {
8282
})
8383
```
8484

85-
A great source of [examples][] can be found in the tests for this API.
86-
87-
[examples]: https://github.com/ipfs/interface-ipfs-core/blob/master/js/src/miscellaneous.js
85+
A great source of [examples](https://github.com/ipfs/interface-ipfs-core/blob/master/js/src/miscellaneous/dns.js) can be found in the tests for this API.
8886

8987
#### `stop`
9088

@@ -107,7 +105,7 @@ ipfs.stop((err) => {
107105
})
108106
```
109107

110-
A great source of [examples][] can be found in the tests for this API.
108+
A great source of [examples](https://github.com/ipfs/interface-ipfs-core/blob/master/js/src/miscellaneous/stop.js) can be found in the tests for this API.
111109

112110
#### `ping`
113111

@@ -154,7 +152,7 @@ ipfs.ping('Qmhash', function (err, responses) {
154152
})
155153
```
156154

157-
A great source of [examples][] can be found in the tests for this API.
155+
A great source of [examples](https://github.com/ipfs/interface-ipfs-core/tree/master/js/src/ping) can be found in the tests for this API.
158156

159157
#### `pingPullStream`
160158

@@ -199,7 +197,7 @@ pull(
199197
)
200198
```
201199

202-
A great source of [examples][] can be found in the tests for this API.
200+
A great source of [examples](https://github.com/ipfs/interface-ipfs-core/tree/master/js/src/ping) can be found in the tests for this API.
203201

204202
#### `pingReadableStream`
205203

@@ -241,7 +239,7 @@ stream.on('data', (res) => {
241239
})
242240
```
243241

244-
A great source of [examples][] can be found in the tests for this API.
242+
A great source of [examples](https://github.com/ipfs/interface-ipfs-core/tree/master/js/src/ping) can be found in the tests for this API.
245243

246244
#### `resolve`
247245

@@ -311,7 +309,7 @@ ipfs.resolve(name, (err, res) => {
311309
})
312310
```
313311

314-
A great source of [examples][] can be found in the tests for this API.
312+
A great source of [examples](https://github.com/ipfs/interface-ipfs-core/blob/master/js/src/miscellaneous/resolve.js) can be found in the tests for this API.
315313

316314
[examples]: https://github.com/ipfs/interface-ipfs-core/blob/master/js/src/miscellaneous
317315
[rs]: https://www.npmjs.com/package/readable-stream

0 commit comments

Comments
 (0)