Skip to content

Commit e05881b

Browse files
authored
Merge pull request #5385 from totoprayogo1916/linee
update line numbers about Paths.php
2 parents f7dd3f2 + 9edc247 commit e05881b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

user_guide_src/source/general/managing_apps.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ Renaming or Relocating the Application Directory
1414
If you would like to rename your application directory or even move
1515
it to a different location on your server, other than your project root, open
1616
your main **app/Config/Paths.php** and set a *full server path* in the
17-
``$appDirectory`` variable (at about line 45)::
17+
``$appDirectory`` variable (at about line 44)::
1818

1919
public $appDirectory = '/path/to/your/application';
2020

2121
You will need to modify two additional files in your project root, so that
2222
they can find the ``Paths`` configuration file:
2323

24-
- ``/spark`` runs command line apps; the path is specified on or about line 36::
24+
- ``/spark`` runs command line apps; the path is specified on or about line 35::
2525

2626
$pathsConfig = 'app/Config/Paths.php';
2727
// ^^^ Change this line if you move your application folder

0 commit comments

Comments
 (0)