[3.8] bpo-32924: Fix the Show Source url in 3.8 documentation. (GH-14282)

The "Show Source" link in Python 3.8 docs is pointing
to the master branch. It should point to the 3.8 branch.



https://bugs.python.org/issue32924
This commit is contained in:
Mariatta 2019-06-21 11:06:26 -07:00 committed by Miss Islington (bot)
parent 6c7947713a
commit 52c4a4fb81
1 changed files with 1 additions and 1 deletions

View File

@ -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/{{ version }}/Doc/{{ sourcename|replace('.rst.txt', '.rst') }}"
rel="nofollow">{{ _('Show Source') }}
</a>
</li>