From 8a5f36d14c329e408fd17e9f93aa5024fda46c12 Mon Sep 17 00:00:00 2001 From: Yehonal Date: Sun, 9 Feb 2020 13:02:08 +0100 Subject: Link to directory structure page --- docs/The-Modular-Structure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/The-Modular-Structure.md') 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. -- cgit