summaryrefslogtreecommitdiff
path: root/docs/intro.rst
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2019-07-26 12:12:41 -0700
committerDavid Lord <davidism@gmail.com>2019-07-26 12:12:41 -0700
commit06696563d78e4f925426746d3b05b744804a66f4 (patch)
tree4d2a70dcf5f92d69e3f3bf33dac1d81a41fbc8f1 /docs/intro.rst
parentf77b09d998dffe6b8332f958db970992bd451444 (diff)
downloadjinja2-docs.tar.gz
fix linkcheck issuesdocs
Diffstat (limited to 'docs/intro.rst')
-rw-r--r--docs/intro.rst16
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