From 0c16d598488d9cc3131bf00792ae465aec382bba Mon Sep 17 00:00:00 2001 From: Berker Peksag Date: Sun, 27 Mar 2016 22:56:33 +0300 Subject: [PATCH] Fix broken links in PEP 378 Reported at https://github.com/python/pythondotorg/issues/913 --- pep-0378.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pep-0378.txt b/pep-0378.txt index 1e2bc4ed8..f3653b9e8 100644 --- a/pep-0378.txt +++ b/pep-0378.txt @@ -33,7 +33,7 @@ platform to platform or may not be defined at all. The docs for the locale module describe these and `many other challenges`_ in detail. -.. _`many other challenges`: http://www.python.org/doc/2.6.1/library/locale.html#background-details-hints-tips-and-caveats +.. _`many other challenges`: https://docs.python.org/2.6/library/locale.html#background-details-hints-tips-and-caveats It is not the goal to replace the locale module, to perform internationalization tasks, or accommodate every possible @@ -90,7 +90,7 @@ Current Version of the Mini-Language * `Python 2.6 docs`_ - .. _Python 2.6 docs: http://www.python.org/doc/2.6.1/library/string.html#formatstrings + .. _Python 2.6 docs: https://docs.python.org/2.6/library/string.html#formatstrings * PEP 3101 Advanced String Formatting