From e7da4fd7692f67596a5d5ceb10b86e3c5709d74f Mon Sep 17 00:00:00 2001 From: Joshua Nelson Date: Tue, 29 Dec 2020 15:08:55 -0500 Subject: [PATCH] Fix broken link in the contributing guide (#996) --- src/contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/contributing.md b/src/contributing.md index fb65a8ea..bc846f9c 100644 --- a/src/contributing.md +++ b/src/contributing.md @@ -5,7 +5,7 @@ contribute, and we appreciate all of them. * [Feature Requests](#feature-requests) * [Bug Reports](#bug-reports) -* [The Build System](#the-build-system) +* [The Build System](./building/how-to-build-and-run.md) * [Pull Requests](#pull-requests) * [Writing Documentation](#writing-documentation) * [Issue Triage](#issue-triage)