diff --git a/.gitignore b/.gitignore index 17751ce051..7397fee358 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,6 @@ **/*.log test/repo-tests* **/bundle.js -docs # Logs logs *.log diff --git a/README.md b/README.md index d166079520..bcb345c98c 100644 --- a/README.md +++ b/README.md @@ -373,7 +373,7 @@ Enable and configure experimental features. |------|---------| | object | [`config-nodejs.js`](https://github.com/ipfs/js-ipfs/tree/master/src/core/runtime/config-nodejs.js) in Node.js, [`config-browser.js`](https://github.com/ipfs/js-ipfs/tree/master/src/core/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 doc](doc/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](docs/config.md). ###### Configuring Delegate Routers diff --git a/doc/EARLY_TESTERS.md b/docs/EARLY_TESTERS.md similarity index 100% rename from doc/EARLY_TESTERS.md rename to docs/EARLY_TESTERS.md diff --git a/doc/RELEASE_ISSUE_TEMPLATE.md b/docs/RELEASE_ISSUE_TEMPLATE.md similarity index 100% rename from doc/RELEASE_ISSUE_TEMPLATE.md rename to docs/RELEASE_ISSUE_TEMPLATE.md diff --git a/doc/config.md b/docs/config.md similarity index 100% rename from doc/config.md rename to docs/config.md diff --git a/doc/releases.md b/docs/releases.md similarity index 100% rename from doc/releases.md rename to docs/releases.md