diff --git a/Contributing-Guide.md b/Contributing-Guide.md index 1a49077..6eb94f6 100644 --- a/Contributing-Guide.md +++ b/Contributing-Guide.md @@ -350,7 +350,7 @@ git push origin --delete feature-branch # Delete remote branch |------|----------|----------------| | User Guide | README.md | New features, commands, configuration | | API Reference | Docstrings | New functions, classes, methods | -| Architecture | README.md Architecture section | Major structural changes | +| Architecture | Wiki [Architecture](https://git.serendipity.systems/k.eaven/pterodactyl-discord-bot/wiki/Architecture) Page | Major structural changes | | Testing | TESTING.md | New test patterns, tools | | Changelog | CHANGELOG.md | Every release | | Code Comments | Inline | Complex logic, non-obvious decisions | @@ -445,7 +445,6 @@ Bot: [Ephemeral dropdown with servers] User: [Selects "Minecraft Production"] Bot: [Posts status embed in channel] ``` -``` ### Dependency Management