summaryrefslogtreecommitdiff
path: root/docs/ref/databases.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:32:02 +0200
commit65dfe579d08361e04b7b3c1895b10f84b69d5c59 (patch)
tree960e2ea3ad9e1a15aec175cd031fe707d663bc66 /docs/ref/databases.txt
parenta810f4aa04d205afba39903a141422cdbc945667 (diff)
[1.11.x] Updated various links in docs to avoid redirects
Thanks Tim Graham and Mariusz Felisiak for review and completion.
Diffstat (limited to 'docs/ref/databases.txt')
-rw-r--r--docs/ref/databases.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt
index 1a9f37afed..add34acb6c 100644
--- a/docs/ref/databases.txt
+++ b/docs/ref/databases.txt
@@ -773,8 +773,8 @@ Oracle notes
Django supports `Oracle Database Server`_ versions 11.2 and higher. Version
5.2 or higher of the `cx_Oracle`_ Python driver is required.
-.. _`Oracle Database Server`: http://www.oracle.com/
-.. _`cx_Oracle`: http://cx-oracle.sourceforge.net/
+.. _`Oracle Database Server`: https://www.oracle.com/
+.. _`cx_Oracle`: https://oracle.github.io/python-cx_Oracle/
In order for the ``python manage.py migrate`` command to work, your Oracle
database user must have privileges to run the following commands: