doc/book/en/devweb/views/startup.rst
changeset 8190 2a3c1b787688
parent 7897 defac26f4151
--- a/doc/book/en/devweb/views/startup.rst	Thu Feb 02 14:33:30 2012 +0100
+++ b/doc/book/en/devweb/views/startup.rst	Mon Jan 23 13:25:02 2012 +0100
@@ -3,7 +3,7 @@
 
 Startup views are views requiring no context, from which you usually start
 browsing (for instance the index page). The usual selectors are
-:class:`~cubicweb.selectors.none_rset` or :class:`~cubicweb.selectors.yes`.
+:class:`~cubicweb.predicates.none_rset` or :class:`~logilab.common.registry.yes`.
 
 You'll find here a description of startup views provided by the framework.