fix: Update config files path

This commit is contained in:
Simone Persiani
2021-05-19 11:10:13 +02:00
committed by Joachim Van Herwegen
parent 452032e312
commit a7a0e2d264
4 changed files with 9 additions and 9 deletions

View File

@@ -27,8 +27,8 @@ The advantage of this is that changing the configuration of components does not
### Config file structure
In order to add a component to the default configuration,
you will have to update [`config-default.json`](https://github.com/solid/community-server/tree/master/config/config-default.json),
or any of its _imported_ files, which exist in the [`presets`](https://github.com/solid/community-server/tree/master/config/presets) folder.
you will have to update [`config/default.json`](https://github.com/solid/community-server/tree/master/config/default.json),
or any of its _imported_ files, which exist in the [`config subfolders`](https://github.com/solid/community-server/tree/master/config/).
A component in a configuration file has the following structure:
```json