[Python-checkins] peps: Fix broken links in PEP 378

berker.peksag python-checkins at python.org
Sun Mar 27 15:54:37 EDT 2016


https://hg.python.org/peps/rev/242fb1456dfe
changeset:   6270:242fb1456dfe
user:        Berker Peksag <berker.peksag at gmail.com>
date:        Sun Mar 27 22:56:33 2016 +0300
summary:
  Fix broken links in PEP 378

Reported at https://github.com/python/pythondotorg/issues/913

files:
  pep-0378.txt |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/pep-0378.txt b/pep-0378.txt
--- a/pep-0378.txt
+++ b/pep-0378.txt
@@ -33,7 +33,7 @@
 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 @@
 
 * `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
 

-- 
Repository URL: https://hg.python.org/peps


More information about the Python-checkins mailing list