summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial01.txt
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/intro/tutorial01.txt
parent742fba94554818a988fe1e6cc8aa547831cca872 (diff)
Used https for most *.python.org links
Diffstat (limited to 'docs/intro/tutorial01.txt')
-rw-r--r--docs/intro/tutorial01.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/intro/tutorial01.txt b/docs/intro/tutorial01.txt
index 9288ba1f4f..b227219e6f 100644
--- a/docs/intro/tutorial01.txt
+++ b/docs/intro/tutorial01.txt
@@ -116,7 +116,7 @@ These files are:
* :file:`mysite/wsgi.py`: An entry-point for WSGI-compatible web servers to
serve your project. See :doc:`/howto/deployment/wsgi/index` for more details.
-.. _more about packages: http://docs.python.org/tutorial/modules.html#packages
+.. _more about packages: https://docs.python.org/tutorial/modules.html#packages
Database setup
--------------
@@ -396,7 +396,7 @@ Finally, note a relationship is defined, using
to a single ``Question``. Django supports all the common database relationships:
many-to-one, many-to-many and one-to-one.
-.. _`Python path`: http://docs.python.org/tutorial/modules.html#the-module-search-path
+.. _`Python path`: https://docs.python.org/tutorial/modules.html#the-module-search-path
Activating models
=================