summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authorGabriel Hurley <gabehr@gmail.com>2010-10-18 23:26:16 +0000
committerGabriel Hurley <gabehr@gmail.com>2010-10-18 23:26:16 +0000
commitcb33aa1cc8040ece2cc6b773e57672e7c2d818f4 (patch)
tree9645469765291db8e02800f6c5cbf28311e7f1d5 /docs/ref
parent4b828a906a2c0837e9607e8909418090cb7aee0c (diff)
Fixed a mistaken link at the top of both class-based-views docs, and a "content" vs. "context" typo in the topic guide. Thanks to SmileyChris and robhudson for the reports.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14268 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/class-based-views.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/class-based-views.txt b/docs/ref/class-based-views.txt
index 7e7c82cb5c..ff0d49b013 100644
--- a/docs/ref/class-based-views.txt
+++ b/docs/ref/class-based-views.txt
@@ -11,7 +11,7 @@ Class-based generic views
For details on the previous generic views implementation,
see the :doc:`topic guide </topics/generic-views>` and
- :doc:`detailed reference </topics/generic-views>`.
+ :doc:`detailed reference </ref/generic-views>`.
Writing Web applications can be monotonous, because we repeat certain patterns
again and again. Django tries to take away some of that monotony at the model