From: Jon Dufresne Date: Sun, 10 Jun 2018 02:30:51 +0000 (-0700) Subject: Update all pypi.python.org URLs to pypi.org X-Git-Tag: v2.7.0~31^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F587%2Fhead;p=thirdparty%2Fbabel.git Update all pypi.python.org URLs to pypi.org For details on the new PyPI, see the blog post: https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html --- diff --git a/docs/_templates/sidebar-links.html b/docs/_templates/sidebar-links.html index a55b2dd9..99c34742 100644 --- a/docs/_templates/sidebar-links.html +++ b/docs/_templates/sidebar-links.html @@ -9,7 +9,7 @@

Useful Links

diff --git a/docs/numbers.rst b/docs/numbers.rst index 1443b7cf..b2a95228 100644 --- a/docs/numbers.rst +++ b/docs/numbers.rst @@ -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