From 51553e02703f33685e1174e4425c65eefae38162 Mon Sep 17 00:00:00 2001 From: Marc Goodson Date: Fri, 27 Oct 2023 11:47:42 +0100 Subject: [PATCH] Make clearer where to go to see build documentation (#15054) * Make clearer where to go to see build documentation * lose a bracket --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index e5264fa8d8..431fa7c2fa 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -27,7 +27,7 @@ The following steps are a quick-start guide: 4. **Build** - Build your fork of Umbraco locally as described in the build documentation, you can [build with any IDE that support dotnet or the command line](BUILD.md). + Build your fork of Umbraco locally [as described in the build documentation](BUILD.md), you can build with any IDE that supports dotnet or the command line. 5. **Branch**