aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2017-04-09 15:18:38 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2017-04-09 15:21:05 -0700
commit3b1ddea8acba1ece3595c0d44b581d9e3637f950 (patch)
treeca51d83259b17909910d920ccfad622b6693c12e /README.rst
parent43f86e4f6feecde9b891b4b465359d8153f60630 (diff)
downloadjinja-3b1ddea8acba1ece3595c0d44b581d9e3637f950.tar.gz
In documentation, prefer https over http when available
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index c36b9426..8ac573f4 100644
--- a/README.rst
+++ b/README.rst
@@ -33,8 +33,8 @@ For more information visit the new `Jinja2 webpage`_ and `documentation`_.
The `Jinja2 tip`_ is installable via ``pip`` with ``pip install
https://github.com/pallets/jinja/zipball/master``.
-.. _sandboxed: http://en.wikipedia.org/wiki/Sandbox_(computer_security)
-.. _Django: http://www.djangoproject.com/
+.. _sandboxed: https://en.wikipedia.org/wiki/Sandbox_(computer_security)
+.. _Django: https://www.djangoproject.com/
.. _Jinja2 webpage: http://jinja.pocoo.org/
.. _documentation: http://jinja.pocoo.org/docs/
.. _Jinja2 tip: http://jinja.pocoo.org/docs/intro/#as-a-python-egg-via-easy-install