diff --git a/modules/README.md b/modules/README.md index 8af8938..a04c412 100644 --- a/modules/README.md +++ b/modules/README.md @@ -20,19 +20,19 @@ This document provides an overview of all modules available in the Mesh-Bot proj - [Other Utilities](#other-utilities) - [Configuration](#configuration) - [Troubleshooting](#troubleshooting) -- [Adding your Own](modules/adding_more.md) +- [Adding your Own](adding_more.md) --- ## Overview -Modules are Python files in the `modules/` directory that add features to the bot. Enable or disable them via `config.ini`. See [modules/README.md](modules/README.md) for developer notes. +Modules are Python files in the `modules/` directory that add features to the bot. Enable or disable them via `config.ini`. See [modules/README.md](adding_more.md) for developer notes. --- ## Games -All games are played via DM to the bot. See [modules/games/README.md](modules/games/README.md) for detailed rules and examples. +All games are played via DM to the bot. See [modules/games/README.md](../games/README.md) for detailed rules and examples. | Command | Description | |----------------|------------------------------------|