summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatt Boersma <matt@sprout.org>2007-09-16 15:57:15 +0000
committerMatt Boersma <matt@sprout.org>2007-09-16 15:57:15 +0000
commitcb02d3437680bbebb969afa725dde773fc58a78b (patch)
tree9f216fb4d5af2677b5ae367ec2b92b735ff886b8 /docs
parentda903a3be427a72040810f5684012b8ce5dec11d (diff)
Fixed fat-finger typo.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6362 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 71f7abb653..2de8529d24 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://cx-oracle.sourceforge.net//
+.. _cx_Oracle: http://cx-oracle.sourceforge.net/
.. _Oracle: http://www.oracle.com/
.. _testing framework: ../testing/