From 25c6bb97eecf1d548ed433ebe3ec297af62c61b9 Mon Sep 17 00:00:00 2001 From: Anthony Latsis Date: Tue, 24 Sep 2024 12:22:03 +0300 Subject: [PATCH] docs: Update link to commit message guidelines This information is specific to the compiler repository and now lives in our local contributing page. --- docs/HowToGuides/FirstPullRequest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/HowToGuides/FirstPullRequest.md b/docs/HowToGuides/FirstPullRequest.md index 8b45dc54469e4..bc5d370f2273f 100644 --- a/docs/HowToGuides/FirstPullRequest.md +++ b/docs/HowToGuides/FirstPullRequest.md @@ -116,7 +116,7 @@ Alright! You've implemented a change and would like to submit it. any associated test changes. This practice is key to efficient and rigorous code review processes, as well as a neat, transparent, and actionable commit history. - * [Top off your commit messages](https://swift.org/contributing/#commit-messages). + * [Top off your commit messages](/CONTRIBUTING.md#commit-messages). 1. Tidy up and [format your code changes](FAQ.md#how-do-i-format-my-changes). ### Pushing and creating a pull request