diff --git a/docs/source/Setup/Settings-Default.md b/docs/source/Setup/Settings-Default.md index 9fc52a20b5..1550dcee80 100644 --- a/docs/source/Setup/Settings-Default.md +++ b/docs/source/Setup/Settings-Default.md @@ -837,7 +837,6 @@ DEFAULT_CHANNELS = [ "aliases": ("pub",), "desc": "Public discussion", "locks": "control:perm(Admin);listen:all();send:all()", - "typeclass": BASE_CHANNEL_TYPECLASS, } ] diff --git a/docs/source/Setup/Start-Stop-Reload.md b/docs/source/Setup/Start-Stop-Reload.md index e3a6880cb2..25ea908939 100644 --- a/docs/source/Setup/Start-Stop-Reload.md +++ b/docs/source/Setup/Start-Stop-Reload.md @@ -83,7 +83,7 @@ kill the process (not just the log-file view) with `Ctrl-C`. evennia istart will start/restart the *Server* in interactive mode. This is required if you want to run a -[debugger](Debugging). Next time you `evennia reload` the server, it will return to normal mode. +[debugger](../Coding/Debugging.md). Next time you `evennia reload` the server, it will return to normal mode. evennia ipstart diff --git a/docs/source/index.md b/docs/source/index.md index d78e95874b..e8950126c8 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -20,7 +20,7 @@ This is the manual of [Evennia](https://www.evennia.com), the open source Python - [Installation](Setup/Installation.md) - [Starting, Stopping and Reloading](Setup/Start-Stop-Reload.md) - how to manage the Evennia server -- [Setup and configuration](Setup/Setup-Overview.md) - how to run, maintain and release +- [Configurations](Setup/Setup-Overview.md) - how to run, maintain and release ## Howtos and Tutorials