diff options
| author | Claude Paroz <claude@2xlibre.net> | 2017-05-20 17:51:21 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2017-05-22 19:32:02 +0200 |
| commit | 65dfe579d08361e04b7b3c1895b10f84b69d5c59 (patch) | |
| tree | 960e2ea3ad9e1a15aec175cd031fe707d663bc66 /docs/ref/databases.txt | |
| parent | a810f4aa04d205afba39903a141422cdbc945667 (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.txt | 4 |
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: |
