summaryrefslogtreecommitdiff
path: root/docs/Update.md
diff options
context:
space:
mode:
authorYehonal <yehonal.azeroth@gmail.com>2019-02-19 08:58:07 +0100
committerYehonal <yehonal.azeroth@gmail.com>2019-02-19 08:58:07 +0100
commitdd3366d4c6de726a42ecf6c4b1689452aab79224 (patch)
treeebc17c9cc73fa1eee6c231dda1951abf411e6fe4 /docs/Update.md
parentbe2ddad846c225bcf9d76ce497ec60f114439c8e (diff)
downloadwiki-dd3366d4c6de726a42ecf6c4b1689452aab79224.tar.gz
wiki-dd3366d4c6de726a42ecf6c4b1689452aab79224.tar.bz2
wiki-dd3366d4c6de726a42ecf6c4b1689452aab79224.zip
Fixed links
Diffstat (limited to 'docs/Update.md')
-rw-r--r--docs/Update.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Update.md b/docs/Update.md
index 1fcc220..8de53b8 100644
--- a/docs/Update.md
+++ b/docs/Update.md
@@ -2,13 +2,13 @@
Move to your AzerothCore sources directory.
-- If you have your own fork of AzerothCore, you need to [sync it](https://github.com/azerothcore/azerothcore-wotlk/wiki/Syncing-your-fork).
+- If you have your own fork of AzerothCore, you need to [sync it](Syncing-your-fork).
- Otherwise, if you cloned AzerothCore directly from the main repo, you have to `git pull` to update it.
## 2) Recompile
-Compile again your sources, this step is the same as the [Compilation step during Installation](https://github.com/azerothcore/azerothcore-wotlk/wiki/Installation#3-compiling), but generally you can skip the CMake part.
+Compile again your sources, this step is the same as the [Compilation step during Installation](Installation#3-compiling), but generally you can skip the CMake part.
For example, in Linux/Mac you just have to `cd build;` and run `make -j 4; make install`.