From 079d75d099f228a4261f63a94217571e05e8fa8e Mon Sep 17 00:00:00 2001 From: Mariatta Date: Fri, 23 Feb 2018 10:02:30 -0800 Subject: [PATCH] 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. --- 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 fca44e9163..21af621efc 100644 --- a/Doc/tools/templates/customsourcelink.html +++ b/Doc/tools/templates/customsourcelink.html @@ -4,7 +4,7 @@