From cb3e6a858eaeec2053e4196b196f8779a864a8eb Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Sat, 2 Nov 2024 06:59:23 -0700 Subject: [PATCH] Update pull request guide reference Signed-off-by: Emmanuel Ferdman --- Contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contributing.md b/Contributing.md index b550364d..96ca9297 100644 --- a/Contributing.md +++ b/Contributing.md @@ -40,7 +40,7 @@ npm run lint 4. Do your best to have [well-formated](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html) commit messages for each change. This provides consistency throughout the project and ensures that commit messages are able to be formatted properly by various git tools. -5. Finally, push the commits to your fork and submit a [pull request](https://docs.github.com/en/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request) +5. Finally, push the commits to your fork and submit a [pull request](https://docs.github.com/en/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request-from-a-fork) ## Once you've filed the PR: