docs: Use lowercase filenames.

This commit is contained in:
Ruben Verborgh 2021-06-29 15:30:25 +01:00
parent 23cbf9936e
commit d41f46ac01
4 changed files with 2 additions and 4 deletions

View File

@ -40,7 +40,7 @@ should contain all the components from the `ldp` section of the diagram.
If you are interested in helping out with the development of this server, be If you are interested in helping out with the development of this server, be
sure to have a look at the [📓 developer sure to have a look at the [📓 developer
notes](documentation/Notes-for-developers.md) and notes](guides/developer-notes.md) and
[🛠 good first [🛠 good first
issues](https://github.com/solid/community-server/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22). issues](https://github.com/solid/community-server/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22).

View File

@ -59,8 +59,6 @@ If you edit this config file, `npm run build` MUST have been invoked before so t
Learn more about Components.js in its [documentation](https://componentsjs.readthedocs.io/en/latest/). Learn more about Components.js in its [documentation](https://componentsjs.readthedocs.io/en/latest/).
[Click here to learn more about creating custom configs](https://github.com/solid/community-server/wiki/Create-a-custom-configuration).
## Releasing a new version ## Releasing a new version
_This is only relevant to developers with push-access._ _This is only relevant to developers with push-access._