Skip to content

docs: Update links to section on commit access #76672

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/ContinuousIntegration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/HowToGuides/FirstPullRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -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