File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Tests
3
3
on :
4
4
pull_request :
5
5
push :
6
- branches : master
6
+ branches : main
7
7
8
8
jobs :
9
9
test :
Original file line number Diff line number Diff line change @@ -132,4 +132,4 @@ Benchmarking is useful to test that a change does not degrade performance.
132
132
`The Python Benchmark Suite <https://github.com/python/pyperformance >`_
133
133
has a collection of benchmarks for all Python implementations. Documentation
134
134
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.
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ directory structure of the CPython source code.
13
13
14
14
Alternatively, if you have `Docker <https://www.docker.com/ >`_ installed you
15
15
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
17
17
contain the latest releases of several Python versions, along with git head,
18
18
and are provided for development and testing purposes only.
19
19
Original file line number Diff line number Diff line change 3
3
< h3 > {{ _('This Page') }}</ h3 >
4
4
< ul class ="this-page-menu ">
5
5
< 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') }} "
7
7
rel ="nofollow "> {{ _('Show Source') }}
8
8
</ a >
9
9
</ li >
You can’t perform that action at this time.
0 commit comments