Unverified Kaydet (Commit) 079d75d0 authored tarafından Mariatta's avatar Mariatta Kaydeden (comit) GitHub

bpo-32924: Fix the Show Source url in the docs. (GH-5835)

The Show Source link in Python 3.7 docs is pointing to GitHub's master branch.
It should point to the 3.7 branch.
üst 74b73642
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<ul class="this-page-menu"> <ul class="this-page-menu">
<li><a href="{{ pathto('bugs') }}">{% trans %}Report a Bug{% endtrans %}</a></li> <li><a href="{{ pathto('bugs') }}">{% trans %}Report a Bug{% endtrans %}</a></li>
<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') }} rel="nofollow">{{ _('Show Source') }}
</a> </a>
</li> </li>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment