Start to fix references

This commit is contained in:
Griatch 2020-07-08 22:20:37 +02:00
parent ef1531c405
commit 7f79c61bb9
31 changed files with 74 additions and 470 deletions

View file

@ -4,7 +4,6 @@
- [Coding/Coding Overview](Coding/Coding-Overview)
- [Coding/Continuous Integration](Coding/Continuous-Integration)
- [Coding/Debugging](Coding/Debugging)
- [Coding/Execute Python Code](Coding/Execute-Python-Code)
- [Coding/Flat API](Coding/Flat-API)
- [Coding/Profiling](Coding/Profiling)
- [Coding/Quirks](Coding/Quirks)
@ -35,8 +34,10 @@
- [Component/MonitorHandler](Component/MonitorHandler)
- [Component/Nicks](Component/Nicks)
- [Component/Objects](Component/Objects)
- [Component/Outputfuncs](Component/Outputfuncs)
- [Component/Portal And Server](Component/Portal-And-Server)
- [Component/Scripts](Component/Scripts)
- [Component/Server](Component/Server)
- [Component/Server Conf](Component/Server-Conf)
- [Component/Sessions](Component/Sessions)
- [Component/Signals](Component/Signals)
@ -94,7 +95,6 @@
- [Howto/NPC shop Tutorial](Howto/NPC-shop-Tutorial)
- [Howto/Starting/Add a simple new web page](Howto/Starting/Add-a-simple-new-web-page)
- [Howto/Starting/Coordinates](Howto/Starting/Coordinates)
- [Howto/Starting/First Steps Coding](Howto/Starting/First-Steps-Coding)
- [Howto/Starting/Implementing a game rule system](Howto/Starting/Implementing-a-game-rule-system)
- [Howto/Starting/Parsing command arguments, theory and best practices](Howto/Starting/Parsing-command-arguments,-theory-and-best-practices)
- [Howto/Starting/Part1/Adding Commands](Howto/Starting/Part1/Adding-Commands)