summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2021-04-28 16:08:49 +0200
committerGitHub <noreply@github.com>2021-04-28 16:08:49 +0200
commitd34bd2c51731acfac5c0326665953b9fa0960ec3 (patch)
tree8ce8b3ded03cbcfa3638184a1f613bf6a0fa41e4 /docs
parent16008b7574d15c212c5dfa00a28dd16541a492bb (diff)
downloadwiki-d34bd2c51731acfac5c0326665953b9fa0960ec3.tar.gz
wiki-d34bd2c51731acfac5c0326665953b9fa0960ec3.tar.bz2
wiki-d34bd2c51731acfac5c0326665953b9fa0960ec3.zip
Update Create-a-Module.md
Diffstat (limited to 'docs')
-rw-r--r--docs/Create-a-Module.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Create-a-Module.md b/docs/Create-a-Module.md
index cbdff12..fe098f3 100644
--- a/docs/Create-a-Module.md
+++ b/docs/Create-a-Module.md
@@ -9,7 +9,7 @@ Before start we suggest you to read [Documentation about modular structure](The-
- Script template: https://github.com/azerothcore/azerothcore-boilerplates
- All the hooks in the core are listed in [ScriptMgr.h](https://github.com/azerothcore/azerothcore-wotlk/blob/master/src/server/game/Scripting/ScriptMgr.h). If you need custom hooks, they can be added to the core by [sending a PR](https://www.azerothcore.org/wiki/How-to-create-a-PR).
-- If you need to create a new hook for your module, please follow this guide: [How to create a new hook](Hooks-Script.md)
+- If you need to create a new hook for your module, please follow this guide: [How to create a new hook](hooks-script.md)
### **The Basis**