diff options
Diffstat (limited to 'docs/intro.rst')
-rw-r--r-- | docs/intro.rst | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/intro.rst b/docs/intro.rst index e097718..90636f5 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -60,12 +60,12 @@ 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: http://pypi.python.org/pypi/Jinja2 -.. _distribute: http://pypi.python.org/pypi/distribute -.. _setuptools: http://peak.telecommunity.com/DevCenter/setuptools -.. _easy_install: http://peak.telecommunity.com/DevCenter/EasyInstall -.. _pip: http://pypi.python.org/pypi/pip -.. _git: http://git-scm.org/ +.. _download page: https://pypi.org/project/Jinja2/ +.. _distribute: https://pypi.org/project/distribute/ +.. _setuptools: https://pypi.org/project/setuptools/ +.. _easy_install: https://setuptools.readthedocs.io/en/latest/easy_install.html +.. _pip: https://pypi.org/project/pip/ +.. _git: https://git-scm.com/ MarkupSafe Dependency @@ -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: http://pypi.python.org/pypi/MarkupSafe +.. _MarkupSafe: https://markupsafe.palletsprojects.com/ Basic API Usage --------------- @@ -117,4 +117,4 @@ in mind, so you will have to adapt the shown code examples to Python 3 syntax for yourself. -.. _Jinja bug tracker: http://github.com/pallets/jinja/issues +.. _Jinja bug tracker: https://github.com/pallets/jinja/issues |