From 52c4a4fb816d51a36c02b043d6fd5eeb875411d6 Mon Sep 17 00:00:00 2001 From: Mariatta Date: Fri, 21 Jun 2019 11:06:26 -0700 Subject: [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 --- Doc/tools/templates/customsourcelink.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/tools/templates/customsourcelink.html b/Doc/tools/templates/customsourcelink.html index fca44e9..21af621 100644 --- a/Doc/tools/templates/customsourcelink.html +++ b/Doc/tools/templates/customsourcelink.html @@ -4,7 +4,7 @@