Relinked with correct relative links

This commit is contained in:
Griatch 2020-06-19 15:56:02 +02:00
parent 766d587869
commit a6e1dac5cb
91 changed files with 633 additions and 631 deletions

View file

@ -42,7 +42,7 @@ Example: To override or modify `evennia/web/website/template/website/index.html`
add/modify `mygame/web/template_overrides/website/index.html`.
The detailed description on how to customize the website is best described in tutorial form. See the
[Web Tutorial](Howto/StartingTutorial/Web-Tutorial) for more information.
[Web Tutorial](../Howto/Starting/Web-Tutorial) for more information.
### Overloading Django views
@ -103,7 +103,7 @@ you will also log all requests in `mygame/server/logs/http_requests.log`.
Evennia comes with a MUD client accessible from a normal web browser. During
development you can try it at `http://localhost:4001/webclient`.
[See the Webclient page](Component/Webclient) for more details.
[See the Webclient page](../Component/Webclient) for more details.
## The Django 'Admin' Page