]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Update all pypi.python.org URLs to pypi.org 587/head
authorJon Dufresne <jon.dufresne@gmail.com>
Sun, 10 Jun 2018 02:30:51 +0000 (19:30 -0700)
committerJon Dufresne <jon.dufresne@gmail.com>
Sun, 10 Jun 2018 02:30:51 +0000 (19:30 -0700)
For details on the new PyPI, see the blog post:

https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html

docs/_templates/sidebar-links.html
docs/numbers.rst

index a55b2dd96920a1c98d44b6b57d4d252e16d1d4c0..99c347420e7c4fca3835061631548117545dc421 100644 (file)
@@ -9,7 +9,7 @@
 <h3>Useful Links</h3>
 <ul>
   <li><a href="http://babel.pocoo.org/">Babel Website</a></li>
-  <li><a href="http://pypi.python.org/pypi/Babel">Babel @ PyPI</a></li>
+  <li><a href="https://pypi.org/project/Babel/">Babel @ PyPI</a></li>
   <li><a href="http://github.com/python-babel/babel">Babel @ github</a></li>
   <li><a href="http://github.com/python-babel/babel/issues">Issue Tracker</a></li>
 </ul>
index 1443b7cf5dc5c17f0b2fb31aef300454a21d0d2c..b2a9522819580d8d6d13b3dddcb2846427d39965 100644 (file)
@@ -135,7 +135,7 @@ behaves as desired.
 .. _Decimal: https://docs.python.org/3/library/decimal.html#decimal-objects
 .. _Context: https://docs.python.org/3/library/decimal.html#context-objects
 .. _`UTS #35 section 3.3`: http://www.unicode.org/reports/tr35/tr35-numbers.html#Formatting
-.. _cdecimal: https://pypi.python.org/pypi/cdecimal
+.. _cdecimal: https://pypi.org/project/cdecimal/
 
 
 Parsing Numbers