Skip to content

Commit 54478b0

Browse files
authored
docs: fixed relative link to CONFIG.md (ipfs#3715)
1 parent 57c3413 commit 54478b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/MODULE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Enable and configure experimental features.
181181
|------|---------|
182182
| object | [`config-nodejs.js`](https://github.com/ipfs/js-ipfs/blob/master/packages/ipfs-core/src/runtime/config-nodejs.js) in Node.js, [`config-browser.js`](https://github.com/ipfs/js-ipfs/blob/master/packages/ipfs-core/src/runtime/config-browser.js) in browsers |
183183
184-
Modify the default IPFS node config. This object will be *merged* with the default config; it will not replace it. The default config is documented in [the js-ipfs config file docs](./docs/CONFIG.md).
184+
Modify the default IPFS node config. This object will be *merged* with the default config; it will not replace it. The default config is documented in [the js-ipfs config file docs](./CONFIG.md).
185185
186186
### `options.ipld`
187187

0 commit comments

Comments
 (0)