doc/book/en/development/devcore/selectors.rst
branchstable
changeset 4936 a4b772a0d801
parent 4463 b071d5c6b48f
--- a/doc/book/en/development/devcore/selectors.rst	Thu Mar 18 09:05:49 2010 +0100
+++ b/doc/book/en/development/devcore/selectors.rst	Thu Mar 18 09:07:10 2010 +0100
@@ -7,7 +7,7 @@
 essential part of the construction of well behaved cubes.
 
 Of course you may have to write your own set of selectors as your needs grows and
-you get familiar with the framework (see :ref:CustomSelectors).
+you get familiar with the framework (see :ref:`CustomSelectors`).
 
 Here is a description of generic selectors provided by CubicWeb that should suit
 most of your needs.
@@ -86,4 +86,4 @@
 .. autoclass:: cubicweb.selectors.match_transition
 
 You'll also find some other (very) specific selectors hidden in other modules
-than :module:`cubicweb.selectors`.
\ No newline at end of file
+than :mod:`cubicweb.selectors`.