From 0f07b9581e06ca2e0691ed5eebcfe03b007130ea Mon Sep 17 00:00:00 2001 From: Anthony Latsis Date: Tue, 24 Sep 2024 16:46:08 +0300 Subject: [PATCH] docs: Update links to section on commit access This section has migrated to our local contributing file and will soon be removed from the website. --- docs/ContinuousIntegration.md | 2 +- docs/HowToGuides/FirstPullRequest.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ContinuousIntegration.md b/docs/ContinuousIntegration.md index 8d2aee6588785..7660ab4f91c8d 100644 --- a/docs/ContinuousIntegration.md +++ b/docs/ContinuousIntegration.md @@ -33,7 +33,7 @@ In order for the Swift project to be able to advance quickly, it is important th ### @swift-ci -Users with [commit access](https://swift.org/contributing/#commit-access) can trigger pull request testing by writing a comment on a PR addressed to the GitHub user @swift-ci. Different tests will run depending on the specific comment used. The current test types are: +Users with [commit access](/CONTRIBUTING.md#commit-access) can trigger pull request testing by writing a comment on a PR addressed to the GitHub user @swift-ci. Different tests will run depending on the specific comment used. The current test types are: 1. Smoke Testing 2. Validation Testing diff --git a/docs/HowToGuides/FirstPullRequest.md b/docs/HowToGuides/FirstPullRequest.md index 8b45dc54469e4..58c5ae794f919 100644 --- a/docs/HowToGuides/FirstPullRequest.md +++ b/docs/HowToGuides/FirstPullRequest.md @@ -198,4 +198,4 @@ Once you've made multiple substantial contributions, you can trigger the CI bot and merge changes upon approval. [good-first-issues]: https://github.com/swiftlang/swift/contribute -[write-access]: https://swift.org/contributing/#commit-access +[write-access]: /CONTRIBUTING.md#commit-access