Rename documentation pages

This commit is contained in:
JeremyStar™ 2024-04-14 14:21:46 +02:00
parent a94b77d573
commit 12aebc5dd9
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D
3 changed files with 1 additions and 1 deletions

View file

@ -18,7 +18,7 @@ CORE's version type number. Resets on every new version and version type.
## Modules
Use these to access CORE's modules.
- [`config`](/reference/coreconfiguration) (**NEVER access this yourself. To change the configuration, use `reload_configuration()` instead**)
- [`config`](/reference/config) (**NEVER access this yourself. To change the configuration, use `reload_configuration()` instead**)
- `scheduler` (runs clean up tasks periodically)
- [`logger`](/reference/logger)
- [`misc`](/reference/misc)