Skip to content

Commit 0b95382

Browse files
authored
rename default branch to main (#776)
also covers a handful of external references who have similarly made this change
1 parent f3ecfb8 commit 0b95382

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Tests
33
on:
44
pull_request:
55
push:
6-
branches: master
6+
branches: main
77

88
jobs:
99
test:

runtests.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,4 +132,4 @@ Benchmarking is useful to test that a change does not degrade performance.
132132
`The Python Benchmark Suite <https://github.com/python/pyperformance>`_
133133
has a collection of benchmarks for all Python implementations. Documentation
134134
about running the benchmarks is in the `README.txt
135-
<https://github.com/python/pyperformance/blob/master/README.rst>`_ of the repo.
135+
<https://github.com/python/pyperformance/blob/main/README.rst>`_ of the repo.

setup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ directory structure of the CPython source code.
1313

1414
Alternatively, if you have `Docker <https://www.docker.com/>`_ installed you
1515
might want to use `our official images
16-
<https://gitlab.com/python-devs/ci-images/blob/master/README.md>`_. These
16+
<https://gitlab.com/python-devs/ci-images/blob/main/README.md>`_. These
1717
contain the latest releases of several Python versions, along with git head,
1818
and are provided for development and testing purposes only.
1919

tools/templates/customsourcelink.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<h3>{{ _('This Page') }}</h3>
44
<ul class="this-page-menu">
55
<li>
6-
<a href="https://github.com/python/devguide/blob/master/{{ sourcename|replace('.rst.txt', '.rst') }}"
6+
<a href="https://github.com/python/devguide/blob/main/{{ sourcename|replace('.rst.txt', '.rst') }}"
77
rel="nofollow">{{ _('Show Source') }}
88
</a>
99
</li>

0 commit comments

Comments
 (0)