From e46e4c2f406eb50c9c51ad9002428494d7707c4c Mon Sep 17 00:00:00 2001 From: Yehonal Date: Sun, 9 Feb 2020 13:10:47 +0100 Subject: Update The-Modular-Structure.md --- docs/The-Modular-Structure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/The-Modular-Structure.md b/docs/The-Modular-Structure.md index d4d3291..69c4141 100644 --- a/docs/The-Modular-Structure.md +++ b/docs/The-Modular-Structure.md @@ -1,6 +1,6 @@ # The Modular Structure -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. +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