Skip to content

Commit 285e88d

Browse files
author
Alan Shaw
committed
fix: allow links to work from README viewed on npm
License: MIT Signed-off-by: Alan Shaw <[email protected]>
1 parent 5e15e46 commit 285e88d

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ There's actually a bunch of other good reasons to switch to async/await and asyn
4040

4141
Something for your consideration - async/await is inevitable for js-ipfs and js-ipfs-api, the CLI tests are already all promise based, when we inevitably upgrade to Hapi 17 the HTTP API will have to become promise based. The whole of the core interface is dual callback/promise based through `promisify`. Maybe it's time to double down on promises?
4242

43-
Specific rationale for deviations from the `interface-ipfs-core` API is documented in [RATIONALE.md](RATIONALE.md).
43+
Specific rationale for deviations from the `interface-ipfs-core` API is documented in [RATIONALE.md](https://github.com/alanshaw/ipfsx/blob/master/RATIONALE.md).
4444

4545
## Install
4646

@@ -72,17 +72,17 @@ for await (const chunk of node.cat(cid)) {
7272

7373
## API
7474

75-
* [Getting started](API.md#getting-started)
76-
* [`add`](API.md#add)
77-
* [`block.get`](API.md#blockget)
78-
* [`block.put`](API.md#blockput)
79-
* [`block.stat`](API.md#blockstat)
80-
* [`cat`](API.md#cat)
81-
* [`get`](API.md#get)
82-
* [`id`](API.md#id)
83-
* [`start`](API.md#start)
84-
* [`stop`](API.md#stop)
85-
* [`version`](API.md#version)
75+
* [Getting started](https://github.com/alanshaw/ipfsx/blob/master/API.md#getting-started)
76+
* [`add`](https://github.com/alanshaw/ipfsx/blob/master/API.md#add)
77+
* [`block.get`](https://github.com/alanshaw/ipfsx/blob/master/API.md#blockget)
78+
* [`block.put`](https://github.com/alanshaw/ipfsx/blob/master/API.md#blockput)
79+
* [`block.stat`](https://github.com/alanshaw/ipfsx/blob/master/API.md#blockstat)
80+
* [`cat`](https://github.com/alanshaw/ipfsx/blob/master/API.md#cat)
81+
* [`get`](https://github.com/alanshaw/ipfsx/blob/master/API.md#get)
82+
* [`id`](https://github.com/alanshaw/ipfsx/blob/master/API.md#id)
83+
* [`start`](https://github.com/alanshaw/ipfsx/blob/master/API.md#start)
84+
* [`stop`](https://github.com/alanshaw/ipfsx/blob/master/API.md#stop)
85+
* [`version`](https://github.com/alanshaw/ipfsx/blob/master/API.md#version)
8686
* TODO: more to come in upcoming releases!
8787

8888
## Contribute

0 commit comments

Comments
 (0)