summaryrefslogtreecommitdiff
path: root/docs/topics/email.txt
diff options
context:
space:
mode:
authorJames Bennett <ubernostrum@gmail.com>2008-09-01 09:45:30 +0000
committerJames Bennett <ubernostrum@gmail.com>2008-09-01 09:45:30 +0000
commita72eae0be7644fdfb75e28ad82c07d2db80210b4 (patch)
tree985b1a7acd0e163286a2a4714d004125bd48bbe6 /docs/topics/email.txt
parent82e2f9bb984236de70aec842003b2442853139e9 (diff)
Fixed #8728: Corrected some broken links in the documentation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8792 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/topics/email.txt')
-rw-r--r--docs/topics/email.txt2
1 files changed, 1 insertions, 1 deletions
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: