doc/tutorials/advanced/part03_bfss.rst
changeset 12209 3a3551fff787
parent 10491 c67bcee93248
child 12394 e847b5d1ffff
--- a/doc/tutorials/advanced/part03_bfss.rst	Tue Sep 12 15:05:22 2017 +0200
+++ b/doc/tutorials/advanced/part03_bfss.rst	Fri Sep 15 14:14:46 2017 +0200
@@ -12,7 +12,7 @@
 
 Since the function to register a custom storage needs to have a repository
 instance as first argument, we've to call it in a server startup hook. So I added
-in `cubes/sytweb/hooks.py` :
+in `cubicweb_sytweb/hooks.py` :
 
 .. sourcecode:: python