Skip to content

Commit

Permalink
[5.1] Update Doc Link (#43370)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianteeman authored May 11, 2024
1 parent 8038f08 commit 6e9233a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/build-modules-js/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@
"title": "Joomla: Environment Setup Incomplete",
"header": "Environment Setup Incomplete",
"text": "It looks like you are trying to run Joomla! from our git repository. To do so requires you complete a couple of extra steps first.",
"link": "J4.x:Setting_Up_Your_Local_Environment",
"link": "J5.x:Setting_Up_Your_Local_Environment",
"linkText": "More Details",
"destFile": [
"/templates/system/build_incomplete.html"
Expand Down
2 changes: 1 addition & 1 deletion cli/joomla.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
if (!file_exists(JPATH_LIBRARIES . '/vendor/autoload.php') || !is_dir(JPATH_ROOT . '/media/vendor')) {
echo 'It looks like you are trying to run Joomla! from our git repository.' . PHP_EOL;
echo 'To do so requires you complete a couple of extra steps first.' . PHP_EOL;
echo 'Please see https://docs.joomla.org/Special:MyLanguage/J4.x:Setting_Up_Your_Local_Environment for further details.' . PHP_EOL;
echo 'Please see https://docs.joomla.org/Special:MyLanguage/J5.x:Setting_Up_Your_Local_Environment for further details.' . PHP_EOL;

exit;
}
Expand Down
2 changes: 1 addition & 1 deletion installation/includes/cli.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
if (!file_exists(JPATH_LIBRARIES . '/vendor/autoload.php') || !is_dir(JPATH_ROOT . '/media/vendor')) {
echo 'It looks like you are trying to run Joomla! from our git repository.' . PHP_EOL;
echo 'To do so requires you complete a couple of extra steps first.' . PHP_EOL;
echo 'Please see https://docs.joomla.org/Special:MyLanguage/J4.x:Setting_Up_Your_Local_Environment for further details.' . PHP_EOL;
echo 'Please see https://docs.joomla.org/Special:MyLanguage/J5.x:Setting_Up_Your_Local_Environment for further details.' . PHP_EOL;

exit;
}
Expand Down

0 comments on commit 6e9233a

Please sign in to comment.