Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 1082fce

Browse files
authoredFeb 18, 2022
chore: fix links to config defaults (#4049)
1 parent e7f8531 commit 1082fce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/MODULE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Enable and configure experimental features.
182182
183183
| Type | Default |
184184
|------|---------|
185-
| object | [`config-nodejs.js`](https://github.com/ipfs/js-ipfs/blob/master/packages/ipfs-core-config/src/config-nodejs.js) in Node.js, [`config-browser.js`](https://github.com/ipfs/js-ipfs/blob/master/packages/ipfs-core-config/src/config-browser.js) in browsers |
185+
| object | [`config.js`](https://github.com/ipfs/js-ipfs/blob/master/packages/ipfs-core-config/src/config.js) in Node.js, [`config-browser.js`](https://github.com/ipfs/js-ipfs/blob/master/packages/ipfs-core-config/src/config.browser.js) in browsers |
186186
187187
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).
188188

0 commit comments

Comments
 (0)
This repository has been archived.