Skip to content

Commit d8cdb4c

Browse files
committed
docs: remove unneeded / before filename
1 parent dc9120d commit d8cdb4c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

user_guide_src/source/general/managing_apps.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ your main **app/Config/Paths.php** and set a *full server path* in the
2727
You will need to modify two additional files in your project root, so that
2828
they can find the **Paths** configuration file:
2929

30-
- **/spark** runs command line apps.
30+
- **spark** runs command line apps.
3131

3232
.. literalinclude:: managing_apps/002.php
3333

34-
- **/public/index.php** is the front controller for your webapp.
34+
- **public/index.php** is the front controller for your webapp.
3535

3636
.. literalinclude:: managing_apps/003.php
3737

0 commit comments

Comments
 (0)