summaryrefslogtreecommitdiff
path: root/docs/topics
diff options
context:
space:
mode:
Diffstat (limited to 'docs/topics')
-rw-r--r--docs/topics/db/queries.txt5
-rw-r--r--docs/topics/email.txt2
2 files changed, 4 insertions, 3 deletions
diff --git a/docs/topics/db/queries.txt b/docs/topics/db/queries.txt
index bf87b61328..8487a1e0b7 100644
--- a/docs/topics/db/queries.txt
+++ b/docs/topics/db/queries.txt
@@ -639,9 +639,10 @@ precede the definition of any keyword arguments. For example::
.. seealso::
- The `OR lookups examples`_ show some possible uses of ``Q``.
+ The `OR lookups examples`_ in the Django unit tests show some possible uses
+ of ``Q``.
- .. _OR lookups examples: http://www.djangoproject.com/models/or_lookups/
+ .. _OR lookups examples: http://code.djangoproject.com/browser/django/trunk/tests/modeltests/or_lookups/models.py
Comparing objects
=================
diff --git a/docs/topics/email.txt b/docs/topics/email.txt
index 66fdfd6a66..cbc134d2d5 100644
--- a/docs/topics/email.txt
+++ b/docs/topics/email.txt
@@ -174,7 +174,7 @@ from the request's POST data, sends that to admin@example.com and redirects to
# to get proper validation errors.
return HttpResponse('Make sure all fields are entered and valid.')
-.. _Header injection: http://securephp.damonkohler.com/index.php/Email_Injection
+.. _Header injection: http://www.nyphp.org/phundamentals/email_header_injection.php
.. _emailmessage-and-smtpconnection: