summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorLuke Plant <L.Plant.98@cantab.net>2010-11-18 01:29:25 +0000
committerLuke Plant <L.Plant.98@cantab.net>2010-11-18 01:29:25 +0000
commit9712f4c7a4a9d1879fe8964f5597fbdb7f40a8a3 (patch)
tree421dc9c8ee9f655e42eec1b261e25ce4d6d5efb2 /docs
parent9b6535b894076be8358b0f0bfdea77e4a6e62a22 (diff)
Corrected link in release notes.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14609 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.3.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/1.3.txt b/docs/releases/1.3.txt
index 7c4622f9c5..1e630d0bc3 100644
--- a/docs/releases/1.3.txt
+++ b/docs/releases/1.3.txt
@@ -30,7 +30,7 @@ provided, along with a completely generic view base class that can be
used as the basis for reusable applications that can be easily
extended.
-See :doc:`the documentation on Generic Views</topics/generic-views>`
+See :doc:`the documentation on Class-based Generic Views</topics/class-based-views>`
for more details. There is also a document to help you :doc:`convert
your function-based generic views to class-based
views</topics/generic-views-migration>`.