summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatt Boersma <matt@sprout.org>2007-09-16 15:56:19 +0000
committerMatt Boersma <matt@sprout.org>2007-09-16 15:56:19 +0000
commitda903a3be427a72040810f5684012b8ce5dec11d (patch)
treedaa9ada88c9d6cfb030a11d4a0bc3500eb5aef75 /docs
parente9656180eadf44fd507f89ffe02fbb628eaccca1 (diff)
Updated Oracle python drivers link to atuining's new SF site.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6361 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/install.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/install.txt b/docs/install.txt
index 173f4941ee..71f7abb653 100644
--- a/docs/install.txt
+++ b/docs/install.txt
@@ -86,7 +86,7 @@ to create a temporary test database.
.. _SQLite: http://www.sqlite.org/
.. _pysqlite: http://initd.org/tracker/pysqlite
.. _MySQL backend: ../databases/
-.. _cx_Oracle: http://www.python.net/crew/atuining/cx_Oracle/
+.. _cx_Oracle: http://cx-oracle.sourceforge.net//
.. _Oracle: http://www.oracle.com/
.. _testing framework: ../testing/