From 35151106cd62b67607e83fcdf2006cb68f504d35 Mon Sep 17 00:00:00 2001 From: Francesco Borzì Date: Tue, 19 Feb 2019 19:16:22 +0100 Subject: Update Upgrade-from-pre-2.0.0-to-latest-master.md --- docs/Upgrade-from-pre-2.0.0-to-latest-master.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Upgrade-from-pre-2.0.0-to-latest-master.md b/docs/Upgrade-from-pre-2.0.0-to-latest-master.md index d529998..c786d92 100644 --- a/docs/Upgrade-from-pre-2.0.0-to-latest-master.md +++ b/docs/Upgrade-from-pre-2.0.0-to-latest-master.md @@ -4,7 +4,7 @@ This is the tutorial to upgrade any existing server from a version prior to the ### Step 1. Upgrade to last 2.0.0 commit -You need first to update your server to this commit: https://github.com/azerothcore/azerothcore-wotlk/commit/1fc22a74088e235e78fa02decbaf0864899477d7 +You need first to update your server to [this commit](https://github.com/azerothcore/azerothcore-wotlk/commit/1fc22a74088e235e78fa02decbaf0864899477d7), running: `git checkout 1fc22a74088e235e78fa02decbaf0864899477d7` @@ -18,4 +18,4 @@ Update to latest master: **Note**: if you are using your own fork of AC, as usual, you have to [sync it](Syncing-your-fork) -Now update your **core and database** (again) as [you normally do](Update). \ No newline at end of file +Now update your **core and database** (again) as [you normally do](Update). -- cgit