summaryrefslogtreecommitdiff
path: root/docs/The-Modular-Structure.md
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2020-02-09 13:02:08 +0100
committerGitHub <noreply@github.com>2020-02-09 13:02:08 +0100
commit8a5f36d14c329e408fd17e9f93aa5024fda46c12 (patch)
tree772d89da28439ec8f912cbdaf4877d3d296284d4 /docs/The-Modular-Structure.md
parent84328ffb66e8270aa77dc2df9aa61cd7f3cf5071 (diff)
downloadwiki-8a5f36d14c329e408fd17e9f93aa5024fda46c12.tar.gz
wiki-8a5f36d14c329e408fd17e9f93aa5024fda46c12.tar.bz2
wiki-8a5f36d14c329e408fd17e9f93aa5024fda46c12.zip
Link to directory structure page
Diffstat (limited to 'docs/The-Modular-Structure.md')
-rw-r--r--docs/The-Modular-Structure.md2
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.