summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAarni Koskela <akx@iki.fi>2018-06-13 15:54:07 +0300
committerGitHub <noreply@github.com>2018-06-13 15:54:07 +0300
commitf35c8fe0091ff20f7ee69e6c163e9a2b187fe1a2 (patch)
tree24331b821d61b10edb01c152745615ad94c779a8 /docs
parent553a754a6bb5ee5dad6ecec10b7d5841315e9764 (diff)
parent93e162a3194a8ac7e94ebbd965f705ba31e58318 (diff)
downloadbabel-f35c8fe0091ff20f7ee69e6c163e9a2b187fe1a2.tar.gz
Merge pull request #587 from jdufresne/pypi
Update all pypi.python.org URLs to pypi.org
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