summaryrefslogtreecommitdiff
path: root/docs/db-api.txt
diff options
context:
space:
mode:
authorGary Wilson Jr <gary.wilson@gmail.com>2007-08-04 03:39:24 +0000
committerGary Wilson Jr <gary.wilson@gmail.com>2007-08-04 03:39:24 +0000
commitac027df2539858b8dfcb7fe6b3da19b2573f147c (patch)
treef8b838ed0f399e202eb3f74f5c821b34726a1b26 /docs/db-api.txt
parent8a4a3f77072361f75cceee07a80a7a20beefeba4 (diff)
Changed several documentation links to be relative.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5798 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/db-api.txt')
-rw-r--r--docs/db-api.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/db-api.txt b/docs/db-api.txt
index 975a166b6b..33b4194742 100644
--- a/docs/db-api.txt
+++ b/docs/db-api.txt
@@ -1503,7 +1503,7 @@ precede the definition of any keyword arguments. For example::
See the `OR lookups examples page`_ for more examples.
-.. _OR lookups examples page: http://www.djangoproject.com/documentation/models/or_lookups/
+.. _OR lookups examples page: ../models/or_lookups/
Related objects
===============