From 2889685a6925b9e726e0c20e1781db37361cb3b5 Mon Sep 17 00:00:00 2001 From: CSDUMMI <31551856+CSDUMMI@users.noreply.github.com> Date: Fri, 11 Jun 2021 21:29:18 +0200 Subject: [PATCH] Fixed relative link to CONFIG.md --- docs/MODULE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/MODULE.md b/docs/MODULE.md index e970e1b149..7fb4293306 100644 --- a/docs/MODULE.md +++ b/docs/MODULE.md @@ -181,7 +181,7 @@ Enable and configure experimental features. |------|---------| | 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 | -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). +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). ### `options.ipld`