summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.