doc/book/en/intro/tutorial/create-cube.rst
changeset 2544 282261b26774
parent 2535 c7b736929a58
child 2545 f8246ed962f6
--- a/doc/book/en/intro/tutorial/create-cube.rst	Tue Jul 28 23:21:39 2009 +0200
+++ b/doc/book/en/intro/tutorial/create-cube.rst	Tue Jul 28 23:48:19 2009 +0200
@@ -14,7 +14,7 @@
 
 This will create in the cubes directory (``/path/to/forest/cubes`` for Mercurial
 installation, ``/usr/share/cubicweb/cubes`` for debian packages installation)
-a directory named ``blog`` reflecting the structure described in :ref:`cubesConcepts`.
+a directory named ``blog`` reflecting the structure described in :ref:`Concepts`.
 
 .. _DefineDataModel:
 
@@ -268,6 +268,7 @@
 The view has a ``self.w()`` method that is used to output data, in our
 example HTML output.
 
-You can find more details about views and selectors in :ref:`ViewDefinition`.
+.. note::
+   You can find more details about views and selectors in :ref:`ViewDefinition`.