Skip to content

Commit 79ea430

Browse files

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Joomla is not installable out of the box from this repository, please use:
3333

3434
## How to get a working installation from the source
3535

36-
For detailed instructions please visit https://docs.joomla.org/Special:MyLanguage/J5.x:Setting_Up_Your_Local_Environment
36+
For detailed instructions please visit https://guide.joomla.org/user-manual/hosting/local-environment-setup
3737

3838
You will need:
3939
- PHP - basically the same as you need for running a Joomla Site, but you need the cli (command line interface) Version (see https://docs.joomla.org/Special:MyLanguage/Configuring_a_LAMPP_server_for_PHP_development)

cli/joomla.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
if (!file_exists(JPATH_LIBRARIES . '/vendor/autoload.php') || !is_dir(JPATH_ROOT . '/media/vendor')) {
3939
echo 'It looks like you are trying to run Joomla! from our git repository.' . PHP_EOL;
4040
echo 'To do so requires you complete a couple of extra steps first.' . PHP_EOL;
41-
echo 'Please see https://docs.joomla.org/Special:MyLanguage/J5.x:Setting_Up_Your_Local_Environment for further details.' . PHP_EOL;
41+
echo 'Please see https://guide.joomla.org/user-manual/hosting/local-environment-setup for further details.' . PHP_EOL;
4242

4343
exit;
4444
}

installation/includes/cli.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
if (!file_exists(JPATH_LIBRARIES . '/vendor/autoload.php') || !is_dir(JPATH_ROOT . '/media/vendor')) {
2020
echo 'It looks like you are trying to run Joomla! from our git repository.' . PHP_EOL;
2121
echo 'To do so requires you complete a couple of extra steps first.' . PHP_EOL;
22-
echo 'Please see https://docs.joomla.org/Special:MyLanguage/J5.x:Setting_Up_Your_Local_Environment for further details.' . PHP_EOL;
22+
echo 'Please see https://guide.joomla.org/user-manual/hosting/local-environment-setup for further details.' . PHP_EOL;
2323

2424
exit;
2525
}

0 commit comments

Comments
 (0)