summaryrefslogtreecommitdiff
path: root/django
diff options
context:
space:
mode:
authorJacob Kaplan-Moss <jacob@jacobian.org>2008-08-28 19:46:33 +0000
committerJacob Kaplan-Moss <jacob@jacobian.org>2008-08-28 19:46:33 +0000
commit7b653025679a6bed643a792b1ac04abc2d1c3095 (patch)
treeb0c8265ef7e7c4a19849f17f206a948b04ac4fca /django
parent9f59fc5560ae4ae1d6b73996393caae2314fd414 (diff)
Fixed #8608: corrected doc link in comment 400 error page.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8677 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'django')
-rw-r--r--django/contrib/comments/templates/comments/400-debug.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/contrib/comments/templates/comments/400-debug.html b/django/contrib/comments/templates/comments/400-debug.html
index adb08a16d0..3c4532b9b0 100644
--- a/django/contrib/comments/templates/comments/400-debug.html
+++ b/django/contrib/comments/templates/comments/400-debug.html
@@ -37,7 +37,7 @@
The comment you tried to post to this view wasn't saved because something
tampered with the security information in the comment form. The message
above should explain the problem, or you can check the <a
- href="http://www.djangoproject.com/documentation/comments/">comment
+ href="http://docs.djangoproject.com/en/dev/ref/contrib/comments/">comment
documentation</a> for more help.
</p>
</div>