summaryrefslogtreecommitdiff
path: root/docs/releases
diff options
context:
space:
mode:
authorClaude Paroz <claude@2xlibre.net>2012-11-24 18:10:51 +0100
committerClaude Paroz <claude@2xlibre.net>2012-11-24 18:10:51 +0100
commit44815bad6b3a21831eaf659d446c4a1182e4833c (patch)
treed21f13649c6ec7fc1112ade6d77a59feb807b1ad /docs/releases
parent35a0fff28ad7e3ca26f902893a7659343e490f82 (diff)
Removed obsolete contrib.comments upgrade guide
The old comment system was pre-1.0.
Diffstat (limited to 'docs/releases')
-rw-r--r--docs/releases/1.0-beta-2.txt4
-rw-r--r--docs/releases/1.0-porting-guide.txt4
-rw-r--r--docs/releases/1.0.txt4
3 files changed, 6 insertions, 6 deletions
diff --git a/docs/releases/1.0-beta-2.txt b/docs/releases/1.0-beta-2.txt
index 288ac8fbc1..fac64d8433 100644
--- a/docs/releases/1.0-beta-2.txt
+++ b/docs/releases/1.0-beta-2.txt
@@ -32,8 +32,8 @@ Refactored ``django.contrib.comments``
carried out a major rewrite and refactoring of Django's bundled
comment system, greatly increasing its flexibility and
customizability. :doc:`Full documentation
- </ref/contrib/comments/index>` is available, as well as :doc:`an
- upgrade guide </ref/contrib/comments/upgrade>` if you were using
+ </ref/contrib/comments/index>` is available, as well as an
+ upgrade guide if you were using
the previous incarnation of the comments application..
Refactored documentation
diff --git a/docs/releases/1.0-porting-guide.txt b/docs/releases/1.0-porting-guide.txt
index a6a6bfe7d9..29e40b2ebe 100644
--- a/docs/releases/1.0-porting-guide.txt
+++ b/docs/releases/1.0-porting-guide.txt
@@ -391,8 +391,8 @@ Comments
--------
If you were using Django 0.96's ``django.contrib.comments`` app, you'll need to
-upgrade to the new comments app introduced in 1.0. See
-:doc:`/ref/contrib/comments/upgrade` for details.
+upgrade to the new comments app introduced in 1.0. See the upgrade guide
+for details.
Template tags
-------------
diff --git a/docs/releases/1.0.txt b/docs/releases/1.0.txt
index 1e44f57de8..be61311232 100644
--- a/docs/releases/1.0.txt
+++ b/docs/releases/1.0.txt
@@ -194,8 +194,8 @@ Refactored ``django.contrib.comments``
As part of a Google Summer of Code project, Thejaswi Puthraya carried out a
major rewrite and refactoring of Django's bundled comment system, greatly
increasing its flexibility and customizability. :doc:`Full documentation
-</ref/contrib/comments/index>` is available, as well as :doc:`an upgrade guide
-</ref/contrib/comments/upgrade>` if you were using the previous incarnation of
+</ref/contrib/comments/index>` is available, as well as an upgrade guide
+if you were using the previous incarnation of
the comments application.
Removal of deprecated features