doc/book/en/devweb/views/views.rst
changeset 8496 e4d71fc0b701
parent 8419 dd222fcc85d3
child 8535 268b6349baf3
--- a/doc/book/en/devweb/views/views.rst	Tue Jul 24 15:06:55 2012 +0200
+++ b/doc/book/en/devweb/views/views.rst	Tue Jul 24 17:51:00 2012 +0200
@@ -65,7 +65,7 @@
 
 Other basic view classes
 ````````````````````````
-Here are some of the subclasses of :ref:`View` defined in :ref:`cubicweb.view`
+Here are some of the subclasses of :class:`~cubicweb.view.View` defined in :mod:`cubicweb.view`
 that are more concrete as they relate to data rendering within the application:
 
 .. autoclass:: cubicweb.view.EntityView