summaryrefslogtreecommitdiff
path: root/docs/The-Modular-Structure.md
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2019-02-17 21:37:11 +0100
committerYehonal <yehonal.azeroth@gmail.com>2019-02-17 21:37:11 +0100
commit44251d91bf2a45afad0be7e6ed1ee36e571e032d (patch)
tree6064987019804cc58930607977b5a4fdcb18cda2 /docs/The-Modular-Structure.md
parenta3d359e1cc4f40328f898653a5cc3b9711a522e6 (diff)
downloadwiki-44251d91bf2a45afad0be7e6ed1ee36e571e032d.tar.gz
wiki-44251d91bf2a45afad0be7e6ed1ee36e571e032d.tar.bz2
wiki-44251d91bf2a45afad0be7e6ed1ee36e571e032d.zip
trying to fix links via regex replace
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 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:**