From 4042c772c8043ac96a22db439a736fec9ea2aafa Mon Sep 17 00:00:00 2001 From: Paul Everitt Date: Fri, 13 Sep 2013 17:09:35 -0400 Subject: All the references re-wired. --- docs/quick_tutorial/view_classes.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/quick_tutorial/view_classes.rst') diff --git a/docs/quick_tutorial/view_classes.rst b/docs/quick_tutorial/view_classes.rst index 0c8976b7f..e06e7f6c0 100644 --- a/docs/quick_tutorial/view_classes.rst +++ b/docs/quick_tutorial/view_classes.rst @@ -12,7 +12,7 @@ So far our views have been simple, free-standing functions. Many times your views are related: different ways to look at or work on the same data or a REST API that handles multiple operations. Grouping these together as a -:ref:`view class ` makes sense: +:ref:`view class ` makes sense: - Group views @@ -93,4 +93,4 @@ class. But you can also see the pattern in the tests of instantiating the view class with the dummy request first, then calling the view method being tested. -.. seealso:: :ref:`pyramid:class_as_view` +.. seealso:: :ref:`class_as_view` -- cgit v1.2.3