diff options
| author | Yehonal <yehonal.azeroth@gmail.com> | 2020-02-09 13:02:08 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-09 13:02:08 +0100 |
| commit | 8a5f36d14c329e408fd17e9f93aa5024fda46c12 (patch) | |
| tree | 772d89da28439ec8f912cbdaf4877d3d296284d4 | |
| parent | 84328ffb66e8270aa77dc2df9aa61cd7f3cf5071 (diff) | |
| download | wiki-8a5f36d14c329e408fd17e9f93aa5024fda46c12.tar.gz wiki-8a5f36d14c329e408fd17e9f93aa5024fda46c12.tar.bz2 wiki-8a5f36d14c329e408fd17e9f93aa5024fda46c12.zip | |
Link to directory structure page
| -rw-r--r-- | docs/The-Modular-Structure.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/The-Modular-Structure.md b/docs/The-Modular-Structure.md index f77ad4c..d4d3291 100644 --- a/docs/The-Modular-Structure.md +++ b/docs/The-Modular-Structure.md @@ -1,6 +1,6 @@ # The Modular Structure -The project of AzerothCore allows you to add and extend game features by adding custom isolated modules, without patching the core directly. +Based on our modular domain-based [directory structure](directory-structure) , the AzerothCore project allows you to add and extend game features by adding custom isolated modules, without patching the core directly. This results in always having a clean core that is easy to maintain and to keep it in sync with the latest AzerothCore updates. |
