From cefa46d89869eadb913f2a3d1fa725dcacdfee0e Mon Sep 17 00:00:00 2001 From: Helias Date: Wed, 19 Aug 2020 09:53:43 +0200 Subject: fix(catalogue-link): catalogue url --- docs/Add-a-module.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/Add-a-module.md') diff --git a/docs/Add-a-module.md b/docs/Add-a-module.md index 959d9e7..c66c225 100644 --- a/docs/Add-a-module.md +++ b/docs/Add-a-module.md @@ -2,9 +2,9 @@ ## **How to add a module** -1. Get the module from this website [http://www.azerothcore.org/modules-catalogue/](http://www.azerothcore.org/modules-catalogue/) +1. Get the module from this website [https://www.azerothcore.org/catalogue/](https://www.azerothcore.org/catalogue/) 2. Clone it using git (recommended) or just download it -3. I'll use this for Exmple: [http://www.azerothcore.org/modules-catalogue/details.html?id=177019524](http://www.azerothcore.org/modules-catalogue/details.html?id=177019524). +3. I'll use this for Exmple: [https://www.azerothcore.org/catalogue/details.html?id=177019524](https://www.azerothcore.org/catalogue/details.html?id=177019524). 4. Once you downloaded it or cloned: ( Extract it, you will have than Folder looks like this : ![Image]() -- cgit