Skip to content
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