From 96915043e852e2a1be56e17e593161b6b844d2db Mon Sep 17 00:00:00 2001 From: jaredwils <57603607+jaredwils@users.noreply.github.com> Date: Mon, 20 Apr 2020 07:34:06 -0400 Subject: [PATCH] fix(docs): fixed link to within local build guide (#38577) * fix(docs): fixed link to within local build guide The link for "how to open a pull request" wasn't working to I fixed the link so that it takes you to a the proper place * Update how-to-setup-freecodecamp-locally.md --- docs/how-to-setup-freecodecamp-locally.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to-setup-freecodecamp-locally.md b/docs/how-to-setup-freecodecamp-locally.md index 8c5485396b..b672f6cf08 100644 --- a/docs/how-to-setup-freecodecamp-locally.md +++ b/docs/how-to-setup-freecodecamp-locally.md @@ -512,7 +512,7 @@ Follow these steps: ## Proposing a Pull Request (PR) -After you've committed your changes, check here for [how to open a Pull Request](/how-to-open-a-pull-request.md). +After you've committed your changes, check here for [how to open a Pull Request](how-to-open-a-pull-request.md). ## Troubleshooting