# HG changeset patch # User Philippe Pepiot # Date 1553698380 -3600 # Node ID 7dbb523d5421039f2b496cc93c6265f7a7a6d319 # Parent e0e7d8ca051fe4a5a84922ed2df5298bc1b5c89c [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. diff -r e0e7d8ca051f -r 7dbb523d5421 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