summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelias <stefanoborzi32@gmail.com>2020-08-19 09:53:43 +0200
committerHelias <stefanoborzi32@gmail.com>2020-08-19 09:53:43 +0200
commitcefa46d89869eadb913f2a3d1fa725dcacdfee0e (patch)
tree00c066ac16db855ae94ba77de8342cd6442aa0e9
parent147d0a1f55372ff3eed6977e8453e5c37ff912e6 (diff)
downloadwiki-cefa46d89869eadb913f2a3d1fa725dcacdfee0e.tar.gz
wiki-cefa46d89869eadb913f2a3d1fa725dcacdfee0e.tar.bz2
wiki-cefa46d89869eadb913f2a3d1fa725dcacdfee0e.zip
fix(catalogue-link): catalogue url
-rw-r--r--docs/Add-a-module.md4
-rw-r--r--docs/Create-a-Script.md2
2 files changed, 3 insertions, 3 deletions
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](<https://user-images.githubusercontent.com/41213210/56865195-84df1200-69cb-11e9-8faa-7519fb3a8384.png>)
diff --git a/docs/Create-a-Script.md b/docs/Create-a-Script.md
index 4dd063c..fd12aaa 100644
--- a/docs/Create-a-Script.md
+++ b/docs/Create-a-Script.md
@@ -10,7 +10,7 @@ You still want to make a simple script before switching to modules? Read below.
## How to learn
-If you never made any script before, you can study some of the **[modules' scripts](http://www.azerothcore.org/modules-catalogue/)**, compare, dissect etc... If you find some open issues, fix them to improve your skills!
+If you never made any script before, you can study some of the **[modules' scripts](https://www.azerothcore.org/catalogue/)**, compare, dissect etc... If you find some open issues, fix them to improve your skills!
## How to create a script from scratch