summaryrefslogtreecommitdiff
path: root/docs/integration.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/integration.rst
parentf77b09d998dffe6b8332f958db970992bd451444 (diff)
downloadjinja2-docs.tar.gz
fix linkcheck issuesdocs
Diffstat (limited to 'docs/integration.rst')
-rw-r--r--docs/integration.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/integration.rst b/docs/integration.rst
index 3a4988b..e84e579 100644
--- a/docs/integration.rst
+++ b/docs/integration.rst
@@ -76,7 +76,7 @@ snippet and add it into your `config/environment.py`::
config['pylons.strict_c'] = True
-.. _Pylons: http://www.pylonshq.com/
+.. _Pylons: https://pylonshq.com/
TextMate
--------
@@ -91,11 +91,11 @@ Vim
A syntax plugin for `Vim`_ exists in the Vim-scripts directory as well as the
`ext` folder at the root of the Jinja2 project. `The script
-<http://www.vim.org/scripts/script.php?script_id=1856>`_ supports Jinja1 and
+<https://www.vim.org/scripts/script.php?script_id=1856>`_ supports Jinja1 and
Jinja2. Once installed two file types are available `jinja` and `htmljinja`.
The first one for text based templates, the latter for HTML templates.
Copy the files into your `syntax` folder.
.. _Babel: http://babel.pocoo.org/
-.. _Vim: http://www.vim.org/
+.. _Vim: https://www.vim.org/