Fix broken links in PEP 378

Reported at https://github.com/python/pythondotorg/issues/913
This commit is contained in:
Berker Peksag 2016-03-27 22:56:33 +03:00
parent f730565241
commit 0c16d59848
1 changed files with 2 additions and 2 deletions

View File

@ -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