From 44251d91bf2a45afad0be7e6ed1ee36e571e032d Mon Sep 17 00:00:00 2001 From: Yehonal Date: Sun, 17 Feb 2019 21:37:11 +0100 Subject: trying to fix links via regex replace --- 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 dd6c042..1cb16fe 100644 --- a/docs/The-Modular-Structure.md +++ b/docs/The-Modular-Structure.md @@ -26,7 +26,7 @@ Create and use include.sh in your root directory to interact with our bash syste *NOTE: *Even if core file modification is not suggested by AzerothCore project, developing as much as possible under your module and patching the core with small rows of code could be a good practice. You can eventually provide an install/uninstall script that can automatically patch/unpatch the core using our bash system. -Read guide on [[how to create a module|Create-a-Module]] +Read guide on [how to create a module](Create-a-Module) **CORE MODULES:** -- cgit