rename default branch to main (#776) · python/devguide@83d4311 · GitHub
Skip to content

Commit 83d4311

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

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion

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

0 commit comments

Comments
 (0)