From: Jon Dufresne Date: Thu, 19 Apr 2018 02:35:29 +0000 (-0700) Subject: Update all pypi.python.org URLs to pypi.org X-Git-Tag: 2.11.0~119^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=453f81d84f4f898d40c1b997687f14bbda9411f5;p=thirdparty%2Fjinja.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/sidebarintro.html b/docs/_templates/sidebarintro.html index d642d141..524a8be7 100644 --- a/docs/_templates/sidebarintro.html +++ b/docs/_templates/sidebarintro.html @@ -15,6 +15,6 @@

Useful Links

diff --git a/docs/intro.rst b/docs/intro.rst index 2d73ab85..35be13d2 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -60,11 +60,11 @@ As an alternative to steps 4 you can also do ``python setup.py develop`` which will install the package via `distribute` in development mode. This also has the advantage that the C extensions are compiled. -.. _download page: https://pypi.python.org/pypi/Jinja2 -.. _distribute: https://pypi.python.org/pypi/distribute +.. _download page: https://pypi.org/project/Jinja2/ +.. _distribute: https://pypi.org/project/distribute/ .. _setuptools: http://peak.telecommunity.com/DevCenter/setuptools .. _easy_install: http://peak.telecommunity.com/DevCenter/EasyInstall -.. _pip: https://pypi.python.org/pypi/pip +.. _pip: https://pypi.org/project/pip/ .. _git: https://git-scm.org/ @@ -75,7 +75,7 @@ As of version 2.7 Jinja2 depends on the `MarkupSafe`_ module. If you install Jinja2 via `pip` or `easy_install` it will be installed automatically for you. -.. _MarkupSafe: https://pypi.python.org/pypi/MarkupSafe +.. _MarkupSafe: https://pypi.org/project/MarkupSafe/ Basic API Usage ---------------