diff options
| -rw-r--r-- | docs/Upgrade-from-pre-2.0.0-to-latest-master.md | 4 |
1 files 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). |
