Skip to content

Commit be4a5a0

Browse files
authored
Merge pull request swiftlang#246 from pixyzehn/update-links-for-main-branch
Update links to support main branch
2 parents 0b122bd + af6a43f commit be4a5a0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ license](https://swift.org/LICENSE.txt).
66
---
77

88
Before submitting the pull request, please make sure you have [tested your
9-
changes](https://github.com/apple/swift/blob/master/docs/ContinuousIntegration.md)
9+
changes](https://github.com/apple/swift/blob/main/docs/ContinuousIntegration.md)
1010
and that they follow the Swift project [guidelines for contributing
1111
code](https://swift.org/contributing/#contributing-code).

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ is also expressed in the `SwiftSyntax` dependency in
2525

2626
| Xcode Release | Swift Version | `swift-format` Branch |
2727
|:-------------:|:---------------------------------------:|:----------------------|
28-
|| Swift at `master` | `master` |
28+
|| Swift at `main` | `main` |
2929
| Xcode 12.0 | Swift 5.3 | `swift-5.3-branch` |
3030
| Xcode 11.4 | Swift 5.2 | `swift-5.2-branch` |
3131
| Xcode 11.0 | Swift 5.1 | `swift-5.1-branch` |
@@ -42,8 +42,8 @@ swift build
4242
You can also add the `--single-branch` option if you only want to clone that
4343
specific branch.
4444

45-
The `master` branch is used for development and may depend on either a release
46-
version of Swift or on a developer snapshot. Changes committed to `master`
45+
The `main` branch is used for development and may depend on either a release
46+
version of Swift or on a developer snapshot. Changes committed to `main`
4747
that are compatible with the latest release branch will be cherry-picked into
4848
that branch.
4949

0 commit comments

Comments
 (0)