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/Create-a-Module.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/Create-a-Module.md') 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** -- cgit