Chat and Commands: Fix links

master
Ezhh 2017-08-29 12:17:21 +01:00 committed by rubenwardy
parent bfc375aef3
commit 141cd2efc7
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ certain nodes at specific intervals.
Please be warned, ABMs which are too frequent or act on a large number of nodes
cause massive amounts of lag. Use them sparingly.
* [Special Growing Grass](#example-growing-alien-grass)
* [Example: Growing Alien Grass](#example-growing-alien-grass)
* [Your Turn](#your-turn)
## Example: Growing Alien Grass

View File

@ -10,7 +10,7 @@ Mods can interact with player chat, including
sending messages, intercepting messages and registering chat commands.
* [Sending messages to all players](#sending-messages-to-all-players)
* [Sending messages to specific players](sending-messages-to-specific-players)
* [Sending messages to specific players](#sending-messages-to-specific-players)
* [Chat commands](#chat-commands)
* [Complex subcommands](#complex-subcommands)
* [Intercepting messages](#intercepting-messages)