[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.
--- 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