[doc] fix reference to ~src/cubes in tutorial
authorPhilippe Pepiot <philippe.pepiot@logilab.fr>
Wed, 27 Mar 2019 15:53:00 +0100
changeset 12535 7dbb523d5421
parent 12534 e0e7d8ca051f
child 12536 c98e213f4eb2
[doc] fix reference to ~src/cubes in tutorial ~src/cubes refer to the $HOME/cubes directory of "src" user while ~/src/cubes refer to $HOME/src/cubes directory of current user.
doc/tutorials/advanced/part01_create-cube.rst
--- a/doc/tutorials/advanced/part01_create-cube.rst	Wed Mar 27 15:52:40 2019 +0100
+++ b/doc/tutorials/advanced/part01_create-cube.rst	Wed Mar 27 15:53:00 2019 +0100
@@ -20,9 +20,9 @@
 
 One note about my development environment: I wanted to use the packaged
 version of CubicWeb and cubes while keeping my cube in the current
-directory, let's say `~src/cubes`::
+directory, let's say `~/src/cubes`::
 
-  cd ~src/cubes
+  cd ~/src/cubes
   CW_MODE=user
 
 I can now create the cube which will hold custom code for this web