From 3032fbee5b78f01341039aad6f5cf11bf8bd01b1 Mon Sep 17 00:00:00 2001 From: Armaan Mcleod Date: Fri, 27 Aug 2021 13:30:17 +1000 Subject: [PATCH] Fix link to building from source in contributing guide (#786) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e6dd185f3..75fa13784 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -67,4 +67,4 @@ When you are ready to contribute a fix or feature: [github-fork]: https://help.github.com/en/github/getting-started-with-github/fork-a-repo [github-pr]: https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/about-pull-requests [github-pr-create]: https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request-from-a-fork -[build]: docs/scenarios/install-instructions.md#building-from-source +[build]: https://github.com/microsoft/PSRule/blob/main/docs/install-instructions.md#building-from-source