aboutsummaryrefslogtreecommitdiff
path: root/setup.py
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 /setup.py
parent43f86e4f6feecde9b891b4b465359d8153f60630 (diff)
downloadjinja-3b1ddea8acba1ece3595c0d44b581d9e3637f950.tar.gz
In documentation, prefer https over http when available
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index b77ff428..ce83c52d 100644
--- a/setup.py
+++ b/setup.py
@@ -30,8 +30,8 @@ for the template designer too hard by giving him too few functionality.
For more informations visit the new `Jinja2 webpage`_ and `documentation`_.
-.. _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/2/documentation/
"""