summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJames Bennett <ubernostrum@gmail.com>2007-03-23 20:41:19 +0000
committerJames Bennett <ubernostrum@gmail.com>2007-03-23 20:41:19 +0000
commit0cf10f0c28720d5955081ac468d0069eb0bd4457 (patch)
tree281ab67cf5602a367273d1f5ac96480f437e2cae /docs
parentc858dfa217e34f4549f3373fd4dbfbb705f37be6 (diff)
Fix broken link in MySQLdb notes
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4800 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/release_notes_0.96.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/release_notes_0.96.txt b/docs/release_notes_0.96.txt
index 3d83da7554..94703f9cba 100644
--- a/docs/release_notes_0.96.txt
+++ b/docs/release_notes_0.96.txt
@@ -54,7 +54,7 @@ setting (see the `databases documentation`_ for details), are only
available on the "mysql" backend, and will not be made available for
"mysql_old".
-.. _databases: ../databases/
+.. _databases documentation: ../databases/
Database constraint names changed
---------------------------------