summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-06-09 19:30:51 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2018-06-09 19:30:51 -0700
commit93e162a3194a8ac7e94ebbd965f705ba31e58318 (patch)
treeebeb66f1e83341745eabd8c16225a41c78caba0d /docs
parenta5ecaa321817d3705cbda1476f6e9f06daa1e847 (diff)
downloadbabel-93e162a3194a8ac7e94ebbd965f705ba31e58318.tar.gz
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
Diffstat (limited to 'docs')
-rw-r--r--docs/_templates/sidebar-links.html2
-rw-r--r--docs/numbers.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/_templates/sidebar-links.html b/docs/_templates/sidebar-links.html
index a55b2dd..99c3474 100644
--- a/docs/_templates/sidebar-links.html
+++ b/docs/_templates/sidebar-links.html
@@ -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>
diff --git a/docs/numbers.rst b/docs/numbers.rst
index 1443b7c..b2a9522 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