From 77973d9c6c5365b341f108762389ff94ae492d3d Mon Sep 17 00:00:00 2001 From: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com> Date: Thu, 8 Jul 2021 16:33:19 +0530 Subject: [PATCH] fix(docs): broken link to translations --- docs/how-to-open-a-pull-request.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-to-open-a-pull-request.md b/docs/how-to-open-a-pull-request.md index 9451859fad..5f2827f762 100644 --- a/docs/how-to-open-a-pull-request.md +++ b/docs/how-to-open-a-pull-request.md @@ -3,7 +3,7 @@ A pull request (PR) enables you to send changes from your fork on GitHub to freeCodeCamp.org's main repository. Once you are done making changes to the code, you can follow these guidelines to open a PR. > [!NOTE] -> Your PR should be in English. See [here](#index.md?id=translations) for how to contribute translations. +> Your PR should be in English. See [here](https://contribute.freecodecamp.org/#/index?id=translations) for how to contribute translations. ## Prepare a good PR title