mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
Update references to master to point to main in customsourcelink.html (GH-25993)
This commit is contained in:
parent
17229ab4a2
commit
873275e64a
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
<ul class="this-page-menu">
|
||||
<li><a href="{{ pathto('bugs') }}">{% trans %}Report a Bug{% endtrans %}</a></li>
|
||||
<li>
|
||||
<a href="https://github.com/python/cpython/blob/master/Doc/{{ sourcename|replace('.rst.txt', '.rst') }}"
|
||||
<a href="https://github.com/python/cpython/blob/main/Doc/{{ sourcename|replace('.rst.txt', '.rst') }}"
|
||||
rel="nofollow">{{ _('Show Source') }}
|
||||
</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue