mirror of
https://github.com/python/cpython.git
synced 2026-01-06 23:42:34 +00:00
bpo-32924: Fix the Show Source url in the documentation (GH-25994)
This commit is contained in:
parent
90d584a2ab
commit
03acfc50ac
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ <h3>{{ _('This Page') }}</h3>
|
|||
<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/{{ version }}/Doc/{{ sourcename|replace('.rst.txt', '.rst') }}"
|
||||
rel="nofollow">{{ _('Show Source') }}
|
||||
</a>
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue