summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJacob Kaplan-Moss <jacob@jacobian.org>2008-08-28 16:27:19 +0000
committerJacob Kaplan-Moss <jacob@jacobian.org>2008-08-28 16:27:19 +0000
commit2e7a87c53c0d010f72f7f71c570f2c1e00ec92bd (patch)
treefb3bc252143c9d6e3e198a268cb8529a1f4895d4 /docs
parentfc6649092aae5667ee6ed9b16ed81ebbe41a7bf4 (diff)
Fixed a typo in comments upgrade guide.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8667 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/comments/upgrade.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/contrib/comments/upgrade.txt b/docs/ref/contrib/comments/upgrade.txt
index e1a2497247..ff70547cd4 100644
--- a/docs/ref/contrib/comments/upgrade.txt
+++ b/docs/ref/contrib/comments/upgrade.txt
@@ -33,7 +33,7 @@ The data models for Django's comment system have changed, as have the
table names. Before you transfer your existing data into the new comments
system, make sure that you have installed the new comments system as
explained in the
-:ref:`quick start guide <ref-contrib-comments-index-quick-start-guide>`.
+:ref:`quick start guide <ref-contrib-comments-index>`.
This will ensure that the new tables have been properly created.
To transfer your data into the new comments system, you'll need to directly