Skip to content

Commit 09c7358

Browse files
docs: Update links to section on commit access (#76672)
This section has migrated to our local contributing file and will soon be removed from the website.
1 parent 289ff34 commit 09c7358

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/ContinuousIntegration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In order for the Swift project to be able to advance quickly, it is important th
3333

3434
### @swift-ci
3535

36-
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:
36+
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:
3737

3838
1. Smoke Testing
3939
2. Validation Testing

docs/HowToGuides/FirstPullRequest.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,4 @@ Once you've made multiple substantial contributions, you can
198198
trigger the CI bot and merge changes upon approval.
199199

200200
[good-first-issues]: https://github.com/swiftlang/swift/contribute
201-
[write-access]: https://swift.org/contributing/#commit-access
201+
[write-access]: /CONTRIBUTING.md#commit-access

0 commit comments

Comments
 (0)