Skip to content

Commit ce3fa18

Browse files
committed
master -> main
1 parent 52608be commit ce3fa18

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/breakage-against-ponyc-latest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
vs-ponyc-latest:
9-
name: Test against ponyc master
9+
name: Test against ponyc main
1010
runs-on: ubuntu-latest
1111
container:
1212
image: ponylang/shared-docker-ci-x86-64-unknown-linux-builder-with-pcre:latest

CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Some things to note that aren't immediately obvious to folks just starting out:
4545

4646
1. Your fork doesn't automatically stay up to date with changes in the main repo.
4747
2. Any changes you make on your branch that you used for one PR will automatically appear in another PR so if you have more than 1 PR, be sure to always create different branches for them.
48-
3. Weird things happen with commit history if you don't create your PR branches off of `master` so always make sure you have the `master` branch checked out before creating a branch for a PR
48+
3. Weird things happen with commit history if you don't create your PR branches off of `main` so always make sure you have the `main` branch checked out before creating a branch for a PR
4949

5050
You can get help using GitHub via [the official documentation](https://help.github.com/). Some highlights include:
5151

@@ -127,8 +127,8 @@ Try to avoid doing it. A commit that changes the formatting for large chunks of
127127

128128
The details:
129129

130-
All Pony sources should follow the [Pony standard library style guide](https://github.com/ponylang/ponyc/blob/master/STYLE_GUIDE.md).
130+
All Pony sources should follow the [Pony standard library style guide](https://github.com/ponylang/ponyc/blob/main/STYLE_GUIDE.md).
131131

132132
## File naming
133133

134-
Pony code follows the [Pony standard library file naming guidelines](https://github.com/ponylang/ponyc/blob/master/STYLE_GUIDE.md#naming).
134+
Pony code follows the [Pony standard library file naming guidelines](https://github.com/ponylang/ponyc/blob/main/STYLE_GUIDE.md#naming).

RELEASE_PROCESS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cd glob-release-clean
1717

1818
Before getting started, you will need a number for the version that you will be releasing as well as an agreed upon "golden commit" that will form the basis of the release.
1919

20-
The "golden commit" must be `HEAD` on the `master` branch of this repository. At this time, releasing from any other location is not supported.
20+
The "golden commit" must be `HEAD` on the `main` branch of this repository. At this time, releasing from any other location is not supported.
2121

2222
For the duration of this document, that we are releasing version is `0.3.1`. Any place you see those values, please substitute your own version.
2323

STYLE_GUIDE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Style Guide
22

3-
glob follows the [Pony standard library Style Guide](https://github.com/ponylang/ponyc/blob/master/STYLE_GUIDE.md).
3+
glob follows the [Pony standard library Style Guide](https://github.com/ponylang/ponyc/blob/main/STYLE_GUIDE.md).

0 commit comments

Comments
 (0)