Fix broken links in PEP 378
Reported at https://github.com/python/pythondotorg/issues/913
This commit is contained in:
parent
f730565241
commit
0c16d59848
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue