[doc/book] add a ref from hooks to adv tutorial stable
authorAurelien Campeas <aurelien.campeas@logilab.fr>
Wed, 14 Apr 2010 17:02:07 +0200
branchstable
changeset 5259 61505346e28f
parent 5258 9ff357e82e36
child 5260 ef12a0060ac1
[doc/book] add a ref from hooks to adv tutorial
doc/book/en/development/devrepo/hooks.rst
doc/book/en/tutorials/advanced/index.rst
--- a/doc/book/en/development/devrepo/hooks.rst	Wed Apr 14 16:57:55 2010 +0200
+++ b/doc/book/en/development/devrepo/hooks.rst	Wed Apr 14 17:02:07 2010 +0200
@@ -320,6 +320,11 @@
 * when several hooks need to instantiate the same operation (e.g. an
   entity and a relation hook).
 
+.. note::
+
+  A more realistic example can be found in the advanced tutorial
+  chapter :ref:`adv_tuto_security_propagation`.
+
 Operation: a small API overview
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
--- a/doc/book/en/tutorials/advanced/index.rst	Wed Apr 14 16:57:55 2010 +0200
+++ b/doc/book/en/tutorials/advanced/index.rst	Wed Apr 14 17:02:07 2010 +0200
@@ -304,7 +304,7 @@
   - `guests` is the group of anonymous users
 
 
-.. _ adv_tuto_security_propagation:
+.. _adv_tuto_security_propagation:
 
 Step 2: security propagation in hooks
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~