Skip to content

Commit be55217

Browse files
⏫ Forwardport of #12857 to 2.3-develop branch
Applied pull request patch https://github.com/magento/magento2/pull/12857.patch (created by @jonashrem) based on commit(s): 1. 351231d 2. c92ae1b
1 parent 8e77e2f commit be55217

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

app/bootstrap.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
if (!defined('PHP_VERSION_ID') || !(PHP_VERSION_ID === 70002 || PHP_VERSION_ID === 70004 || PHP_VERSION_ID >= 70006)) {
1515
if (PHP_SAPI == 'cli') {
1616
echo 'Magento supports 7.0.2, 7.0.4, and 7.0.6 or later. ' .
17-
'Please read http://devdocs.magento.com/guides/v1.0/install-gde/system-requirements.html';
17+
'Please read http://devdocs.magento.com/guides/v2.2/install-gde/system-requirements.html';
1818
} else {
1919
echo <<<HTML
2020
<div style="font:12px/1.35em arial, helvetica, sans-serif;">
2121
<p>Magento supports PHP 7.0.2, 7.0.4, and 7.0.6 or later. Please read
22-
<a target="_blank" href="http://devdocs.magento.com/guides/v1.0/install-gde/system-requirements.html">
22+
<a target="_blank" href="http://devdocs.magento.com/guides/v2.2/install-gde/system-requirements.html">
2323
Magento System Requirements</a>.
2424
</div>
2525
HTML;

setup/view/magento/setup/readiness-check/progress.phtml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@
336336
</div>
337337

338338
<p ng-show="componentDependency.expanded">For additional assistance, see
339-
<a href="http://devdocs.magento.com/guides/v2.0/install-gde/trouble/php/tshoot_php-set.html"
339+
<a href="http://devdocs.magento.com/guides/v2.2/install-gde/trouble/php/tshoot_php-set.html"
340340
target="_blank">PHP settings check help
341341
</a>.
342342
</p>
@@ -392,7 +392,7 @@
392392

393393
<div class="readiness-check-side">
394394
<p class="side-title">Need Help?</p>
395-
<a href="http://devdocs.magento.com/guides/v2.0/install-gde/system-requirements.html" target="_blank">PHP Extension Help</a>
395+
<a href="http://devdocs.magento.com/guides/v2.2/install-gde/system-requirements.html" target="_blank">PHP Extension Help</a>
396396
</div>
397397

398398
<span class="readiness-check-icon icon-failed-round"></span>
@@ -413,7 +413,7 @@
413413
<p>
414414
The best way to resolve this is to install the correct missing extensions. The exact fix depends on our server, your host, and other system variables.
415415
<br>
416-
Our <a href="http://devdocs.magento.com/guides/v2.0/install-gde/system-requirements.html" target="_blank">PHP extension help</a> can get you started.
416+
Our <a href="http://devdocs.magento.com/guides/v2.2/install-gde/system-requirements.html" target="_blank">PHP extension help</a> can get you started.
417417
</p>
418418
<p>
419419
For additional assistance, contact your hosting provider.
@@ -477,7 +477,7 @@
477477

478478
<div class="readiness-check-side">
479479
<p class="side-title">Need Help?</p>
480-
<a href="http://devdocs.magento.com/guides/v2.0/install-gde/install/file-system-perms.html" target="_blank">File Permission Help</a>
480+
<a href="http://devdocs.magento.com/guides/v2.2/install-gde/prereq/file-system-perms.html" target="_blank">File Permission Help</a>
481481
</div>
482482

483483
<span class="readiness-check-icon icon-failed-round"></span>
@@ -500,7 +500,7 @@
500500
The best way to resolve this is to allow write permissions for files in the following Magento directories and subdirectories. The exact fix depends on your server, your host,
501501
and other system variables.
502502
<br>
503-
For help, see our <a href="http://devdocs.magento.com/guides/v2.0/install-gde/install/file-system-perms.html" target="_blank">File Permission Help</a> or call your hosting provider.
503+
For help, see our <a href="http://devdocs.magento.com/guides/v2.2/install-gde/prereq/file-system-perms.html" target="_blank">File Permission Help</a> or call your hosting provider.
504504
</p>
505505
<ul class="list" ng-show="permissions.expanded" ng-init="showDetails=false">
506506
<li

0 commit comments

Comments
 (0)