diff options
| author | Nick Pope <nick@nickpope.me.uk> | 2021-04-27 12:09:00 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-05-17 09:46:09 +0200 |
| commit | c156e369553c75a30c78b8ed54a57b1101865105 (patch) | |
| tree | da2e6df5ca94a1dea02bd24e9a68a0b3a89703a1 /docs/intro/install.txt | |
| parent | 7c4ee487c7392a3a394caf62efad355fad639655 (diff) | |
Refs #32720 -- Updated various links in docs to avoid redirects and use HTTPS.
Diffstat (limited to 'docs/intro/install.txt')
| -rw-r--r-- | docs/intro/install.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/intro/install.txt b/docs/intro/install.txt index dc8399d933..2e67b9a9aa 100644 --- a/docs/intro/install.txt +++ b/docs/intro/install.txt @@ -14,7 +14,7 @@ Being a Python Web framework, Django requires Python. See :ref:`faq-python-version-support` for details. Python includes a lightweight database called SQLite_ so you won't need to set up a database just yet. -.. _sqlite: https://sqlite.org/ +.. _sqlite: https://www.sqlite.org/ Get the latest version of Python at https://www.python.org/downloads/ or with your operating system's package manager. |
