From d973af8b93860a040e90be6624ef0fbe24b61393 Mon Sep 17 00:00:00 2001 From: Aaron Hooper Date: Mon, 24 Jan 2022 20:37:36 +0000 Subject: Update links to contribution guides (#682) --- docs/contribute.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/contribute.md b/docs/contribute.md index c6f7dac..a7a9740 100644 --- a/docs/contribute.md +++ b/docs/contribute.md @@ -6,17 +6,17 @@ redirect_from: "/Contribute" You can contribute in several ways to AzerothCore: -- [commenting an open issue](how-to-comment-an-issue) +- [commenting an open issue](#how-to-comment-an-issue) -- [opening an issue](how-to-open-an-issue) +- [opening an issue](#how-to-open-an-issue) -- [testing a pull request](How-to-test-a-PR) +- [testing a pull request](#how-to-test-a-pull-request) - [testing DB-only changes](How-to-test-DB-only-changes) -- [creating a pull request](how-to-create-a-pull-request) +- [creating a pull request](#how-to-create-a-pull-request) -- [improving our wiki](improve-the-wiki) +- [improving our wiki](#improve-the-wiki) ## General information To contribute, you obviously need a github account. -- cgit