From 2741885913aee37047f099fa9d41e2ca6b5a13e2 Mon Sep 17 00:00:00 2001 From: Francesco Borzì Date: Mon, 17 Jun 2019 10:05:31 +0200 Subject: Update Contribute.md --- docs/Contribute.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/Contribute.md b/docs/Contribute.md index 939e5ee..c9d8178 100644 --- a/docs/Contribute.md +++ b/docs/Contribute.md @@ -43,7 +43,7 @@ If **(and only if)** the bug hasn't been reported yet, you can [open an issue](h Official GitHub tutorial [here](https://help.github.com/articles/creating-a-pull-request/). -In order to create a Pull Request (PR), you have to fork the AzerothCore repository (via your web browser, using the top-right Fork button) and clone your fork locally with `git clone https://github.com/YOUR_USERNAME/azerothcore-wotlk.git`. +In order to create a Pull Request (PR), you have to fork the [AzerothCore repository](https://github.com/azerothcore/azerothcore-wotlk) (via your web browser, using the top-right Fork button) and clone your fork locally with `git clone https://github.com/YOUR_USERNAME/azerothcore-wotlk.git`. If you already have a local fork, remember to [sync it](Syncing-your-fork) before creating a new Pull Request to avoid conflicts. @@ -82,4 +82,4 @@ If you want to submit code written by someone else, you can give credits to the ## Improve the Wiki -Do you want to improve or add a page to our wiki? Good! Let's discuss it using [our chat](https://discord.gg/PaqQRkd). \ No newline at end of file +Do you want to improve or add a page to our wiki? Good! Let's discuss it using [our chat](https://discord.gg/PaqQRkd). -- cgit