summaryrefslogtreecommitdiff
path: root/docs/topics/install.txt
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2017-05-20 17:51:21 +0200
committerClaude Paroz <claude@2xlibre.net>2017-05-22 19:28:44 +0200
commit01f658644a7ee7cbff4ee5626d5894e9049ee8d5 (patch)
treec8875c6258b9e08c313d3562ca9e6e8b3544b5d8 /docs/topics/install.txt
parenta3ba2662cdaa36183fdfb8a26dfa157e26fca76a (diff)
Updated various links in docs to avoid redirects
Thanks Tim Graham and Mariusz Felisiak for review and completion.
Diffstat (limited to 'docs/topics/install.txt')
-rw-r--r--docs/topics/install.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/topics/install.txt b/docs/topics/install.txt
index 8172083402..60affd4f29 100644
--- a/docs/topics/install.txt
+++ b/docs/topics/install.txt
@@ -10,7 +10,7 @@ Install Python
Being a Python Web framework, Django requires Python. See
:ref:`faq-python-version-support` for details.
-Get the latest version of Python at https://www.python.org/download/ or with
+Get the latest version of Python at https://www.python.org/downloads/ or with
your operating system's package manager.
.. admonition:: Django on Jython
@@ -119,8 +119,8 @@ database queries, Django will need permission to create a test database.
.. _MySQL: https://www.mysql.com/
.. _psycopg2: http://initd.org/psycopg/
.. _SQLite: https://www.sqlite.org/
-.. _cx_Oracle: http://cx-oracle.sourceforge.net/
-.. _Oracle: http://www.oracle.com/
+.. _cx_Oracle: https://oracle.github.io/python-cx_Oracle/
+.. _Oracle: https://www.oracle.com/
.. _removing-old-versions-of-django:
@@ -243,4 +243,4 @@ When you want to update your copy of the Django source code, just run the
command ``git pull`` from within the ``django`` directory. When you do this,
Git will automatically download any changes.
-.. _Git: http://git-scm.com/
+.. _Git: https://git-scm.com/