summaryrefslogtreecommitdiff
path: root/docs/Create-a-Module.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/Create-a-Module.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/Create-a-Module.md')
-rw-r--r--docs/Create-a-Module.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Create-a-Module.md b/docs/Create-a-Module.md
index b434afc..f890df5 100644
--- a/docs/Create-a-Module.md
+++ b/docs/Create-a-Module.md
@@ -1,4 +1,4 @@
-Before start we suggest you to read [[Documentation about modular structure|The-Modular-Structure]] to understand the way AzerothCore works.
+Before start we suggest you to read [Documentation about modular structure](The-Modular-Structure) to understand the way AzerothCore works.
## **How to create a module**
@@ -21,7 +21,7 @@ it will be automatically detected by cmake when you [re]configure your project.
3. Now you can develop add anything to the main project, such as some scripts or
even an entire library
-Note: we suggest to use the [[directory structure|Directory-Structure]] standards of AzerothCore to better organize your modules and be familiar with main project.
+Note: we suggest to use the [directory structure](Directory-Structure) standards of AzerothCore to better organize your modules and be familiar with main project.
### **Add the first script**