aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/CodingGuidelines
diff options
context:
space:
mode:
authorJosh Soref <jsoref@gmail.com>2023-11-24 03:35:12 +0000
committerJunio C Hamano <gitster@pobox.com>2023-11-26 10:07:05 +0900
commit65175d9ea26bebeb9d69977d0e75efc0e88dbced (patch)
treee61c37b524583da2971612dc3ce0284c844ecd52 /Documentation/CodingGuidelines
parentbcb6cae2966cc407ca1afc77413b3ef11103c175 (diff)
downloadgit-65175d9ea26bebeb9d69977d0e75efc0e88dbced.tar.gz
doc: update links to current pages
It's somewhat traditional to respect sites' self-identification. Signed-off-by: Josh Soref <jsoref@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/CodingGuidelines')
-rw-r--r--Documentation/CodingGuidelines2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/CodingGuidelines b/Documentation/CodingGuidelines
index 65af8d82ce..c992305616 100644
--- a/Documentation/CodingGuidelines
+++ b/Documentation/CodingGuidelines
@@ -518,7 +518,7 @@ For Perl programs:
For Python scripts:
- - We follow PEP-8 (http://www.python.org/dev/peps/pep-0008/).
+ - We follow PEP-8 (https://peps.python.org/pep-0008/).
- As a minimum, we aim to be compatible with Python 2.7.