Skip to content

Commit a95ea96

Browse files
Rename reference to 'master' branch to 'main' (#1654)
Co-authored-by: greenwyrt <[email protected]>
1 parent a33fa19 commit a95ea96

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- First time contributors: Take a moment to review https://github.com/openstenoproject/plover/blob/master/doc/developer_guide.md! -->
1+
<!-- First time contributors: Take a moment to review https://github.com/openstenoproject/plover/blob/main/doc/developer_guide.md! -->
22
<!-- Remove sections if not applicable -->
33

44
## Summary of changes
@@ -9,4 +9,4 @@ Closes <!-- issue number here -->
99

1010
### Pull Request Checklist
1111
- [ ] Changes have tests
12-
- [ ] News fragment added in news.d. See [documentation](https://github.com/openstenoproject/plover/blob/master/doc/developer_guide.md#making-a-pull-request) for details
12+
- [ ] News fragment added in news.d. See [documentation](https://github.com/openstenoproject/plover/blob/main/doc/developer_guide.md#making-a-pull-request) for details

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -121,13 +121,13 @@ Please follow through for your system:
121121

122122
[Beginner's Guide]: https://github.com/openstenoproject/plover/wiki/Beginner's-Guide:-Get-Started-with-Plover
123123
[Blog]: http://plover.stenoknight.com
124-
[Contributing]: https://github.com/openstenoproject/plover/blob/master/CONTRIBUTING.md
124+
[Contributing]: https://github.com/openstenoproject/plover/blob/main/CONTRIBUTING.md
125125
[Donate]: http://www.openstenoproject.org/donate
126126
[Google Group]: https://groups.google.com/forum/#!forum/ploversteno
127127
[Homepage Source]: https://github.com/openstenoproject/plover/tree/gh-pages
128128
[Homepage]: http://opensteno.org/plover
129129
[Issues]: https://github.com/openstenoproject/plover/issues?q=is:issue
130-
[License]: https://github.com/openstenoproject/plover/blob/master/LICENSE.txt
130+
[License]: https://github.com/openstenoproject/plover/blob/main/LICENSE.txt
131131
[Open Steno Project Homepage Source]: https://github.com/openstenoproject/openstenoproject.github.io
132132
[Open Steno Project]: http://opensteno.org
133133
[Mascot]: http://plover.stenoknight.com/2010/10/new-logo.html
@@ -138,6 +138,6 @@ Please follow through for your system:
138138
[Wiki]: https://github.com/openstenoproject/plover/wiki
139139
[installation guide]: https://github.com/openstenoproject/plover/wiki/Installation-Guide
140140
[morinted/plover\_icons]: https://github.com/morinted/plover_icons
141-
[Windows README]: https://github.com/openstenoproject/plover/blob/master/windows/README.md
142-
[Linux README]: https://github.com/openstenoproject/plover/blob/master/linux/README.md
143-
[macOS README]: https://github.com/openstenoproject/plover/blob/master/osx/README.md
141+
[Windows README]: https://github.com/openstenoproject/plover/blob/main/windows/README.md
142+
[Linux README]: https://github.com/openstenoproject/plover/blob/main/linux/README.md
143+
[macOS README]: https://github.com/openstenoproject/plover/blob/main/osx/README.md

doc/releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Version numbers:
66
- pre-release: `{major}.{minor}.{patch}.{dev|rc}{devel}` (e.g. `4.0.0.dev7`, `4.0.0rc1`, ...)
77

88

9-
Steps to cut a new release (from a clean checkout of `master`):
9+
Steps to cut a new release (from a clean checkout of `main`):
1010

1111
1. Run `tox -e release_prepare {NEW_VERSION_NUMBER}`.
1212
2. Review the staged changes, check all news fragments in `news.d` were

doc/translation_language.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ Press the individual number keys.
340340
Press accented letter keys on international layouts.
341341
:::
342342

343-
All possible keys are defined in the [Plover codebase](https://github.com/openstenoproject/plover/blob/master/plover/key_combo.py#L21).
343+
All possible keys are defined in the [Plover codebase](https://github.com/openstenoproject/plover/blob/main/plover/key_combo.py#L21).
344344

345345
:::{note}
346346
When specifying a key by the name of a symbol that would normally be produced

0 commit comments

Comments
 (0)