From: Mariatta Date: Fri, 21 Jun 2019 18:06:26 +0000 (-0700) Subject: [3.8] bpo-32924: Fix the Show Source url in 3.8 documentation. (GH-14282) X-Git-Tag: v3.8.0b2~83 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=52c4a4fb816d51a36c02b043d6fd5eeb875411d6;p=python [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 --- diff --git a/Doc/tools/templates/customsourcelink.html b/Doc/tools/templates/customsourcelink.html index fca44e9163..21af621efc 100644 --- a/Doc/tools/templates/customsourcelink.html +++ b/Doc/tools/templates/customsourcelink.html @@ -4,7 +4,7 @@