summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2021-06-19 16:47:55 +0200
committerGitHub <noreply@github.com>2021-06-19 16:47:55 +0200
commit5f42d2f2c02f4942346d9f469f0b88817bb4bcf8 (patch)
tree77dd63a52ddad65f30fcc8d41abb2cd3946c5ff3
parent727aa5cf63fe00844d5e6351b2b0dd77bccee307 (diff)
downloadwiki-5f42d2f2c02f4942346d9f469f0b88817bb4bcf8.tar.gz
wiki-5f42d2f2c02f4942346d9f469f0b88817bb4bcf8.tar.bz2
wiki-5f42d2f2c02f4942346d9f469f0b88817bb4bcf8.zip
Update 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 3b2e0a0..12e4797 100644
--- a/docs/the-modular-structure.md
+++ b/docs/the-modular-structure.md
@@ -16,7 +16,7 @@ In order to change game features, modules use **script hooks**, which are a coll
The list of the script hooks is available [here](Hooks-Script.md).
-Sometimes you need to add new hooks for your custom module, it's absolutely possible to add them to the core. There are just a few steps needed in order to create a new hook, you can see an example [here](https://github.com/azerothcore/azerothcore-wotlk/commit/15b1a99b55bf01cd6975cc4da3994778d36edb35)
+Sometimes you need to add new hooks for your custom module, it's absolutely possible to add them to the core. There are just a few steps needed in order to create a new hook, please follow this guide [here](https://www.azerothcore.org/wiki/hooks-script) to learn how.
When you add new hooks, don't forget to [create a PR](http://www.azerothcore.org/wiki/How-to-create-a-PR) with them. This way, they will be reviewed by the AzerothCore developers and included in the official repo.