aboutsummaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2017-04-09 15:57:56 -0700
committerGitHub <noreply@github.com>2017-04-09 15:57:56 -0700
commitd905cf0b6c6121d900ea384f72970b862c879bc7 (patch)
treed34b4e0a3290dac18cde9528e0749c817acb7e12 /setup.py
parent34346bd7d7a61b6d31c5acd7c0543a4f51d8ce07 (diff)
parent3b1ddea8acba1ece3595c0d44b581d9e3637f950 (diff)
downloadjinja-d905cf0b6c6121d900ea384f72970b862c879bc7.tar.gz
Merge pull request #703 from jdufresne/https
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 72a68615..2ba24b4a 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/
"""