From 27a11bd4a3259240b53b3eaf92d30eb8f8bd3a99 Mon Sep 17 00:00:00 2001 From: Hassan ElDesouky Date: Mon, 22 Mar 2021 17:12:08 +0200 Subject: [PATCH] [Docs] Correct the link to the `CODE_OWNERS.TXT` --- 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 13b0c4b550165..0b7a4cf0c5533 100644 --- a/docs/HowToGuides/FirstPullRequest.md +++ b/docs/HowToGuides/FirstPullRequest.md @@ -124,7 +124,7 @@ If you had an active discussion with someone on how to implement your change, you can `@` mention them in the PR description and ask for code review. If you directly implemented the change without any guidance from anyone else, `@` mention someone from GitHub's suggested reviewers. If GitHub doesn't -make any suggestions, ask the [Code Owner](/CODE_OWNERS.txt) based on the +make any suggestions, ask the [Code Owner](https://github.com/apple/swift/blob/main/CODE_OWNERS.TXT) based on the component for your change. Please ask someone though! We don't want you to get stuck because you were not sure who to ask for code review.