From: Mariatta Date: Fri, 23 Feb 2018 18:02:30 +0000 (-0800) Subject: bpo-32924: Fix the Show Source url in the docs. (GH-5835) X-Git-Tag: v3.7.0b2~37 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=079d75d099f228a4261f63a94217571e05e8fa8e;p=thirdparty%2FPython%2Fcpython.git 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. --- diff --git a/Doc/tools/templates/customsourcelink.html b/Doc/tools/templates/customsourcelink.html index fca44e9163ca..21af621efce9 100644 --- a/Doc/tools/templates/customsourcelink.html +++ b/Doc/tools/templates/customsourcelink.html @@ -4,7 +4,7 @@