summaryrefslogtreecommitdiff
path: root/docs/faq
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2014-12-19 16:25:57 +0100
committerClaude Paroz <claude@2xlibre.net>2014-12-19 18:07:52 +0100
commit0a4b04fc23356aa6970ca1b17cb5e6955b108289 (patch)
treee1e95b2272cf770afeb07deb26126f27bf36d4f1 /docs/faq
parent742fba94554818a988fe1e6cc8aa547831cca872 (diff)
Used https for most *.python.org links
Diffstat (limited to 'docs/faq')
-rw-r--r--docs/faq/general.txt2
-rw-r--r--docs/faq/install.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/faq/general.txt b/docs/faq/general.txt
index a175e44325..7bbf632967 100644
--- a/docs/faq/general.txt
+++ b/docs/faq/general.txt
@@ -25,7 +25,7 @@ projects -- `Apache`_, `Python`_, and `PostgreSQL`_ to name a few -- and we're
thrilled to be able to give something back to the open-source community.
.. _Apache: http://httpd.apache.org/
-.. _Python: http://www.python.org/
+.. _Python: https://www.python.org/
.. _PostgreSQL: http://www.postgresql.org/
What does "Django" mean, and how do you pronounce it?
diff --git a/docs/faq/install.txt b/docs/faq/install.txt
index 50957c65e6..14e7d8b995 100644
--- a/docs/faq/install.txt
+++ b/docs/faq/install.txt
@@ -31,7 +31,7 @@ If you want to use Django with a database, which is probably the case, you'll
also need a database engine. PostgreSQL_ is recommended, because we're
PostgreSQL fans, and MySQL_, `SQLite 3`_, and Oracle_ are also supported.
-.. _Python: http://www.python.org/
+.. _Python: https://www.python.org/
.. _PostgreSQL: http://www.postgresql.org/
.. _MySQL: http://www.mysql.com/
.. _`SQLite 3`: http://www.sqlite.org/