Skip to content

Commit 381c3a0

Browse files
authored
sys requirements link updated
1 parent 8f22688 commit 381c3a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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 < 70103) {
1515
if (PHP_SAPI == 'cli') {
1616
echo 'Magento supports 7.1.3 or later. ' .
17-
'Please read https://devdocs.magento.com/guides/v2.3/install-gde/system-requirements2.html';
17+
'Please read https://devdocs.magento.com/guides/v2.3/install-gde/system-requirements-tech.html';
1818
} else {
1919
echo <<<HTML
2020
<div style="font:12px/1.35em arial, helvetica, sans-serif;">
2121
<p>Magento supports PHP 7.1.3 or later. Please read
22-
<a target="_blank" href="https://devdocs.magento.com/guides/v2.3/install-gde/system-requirements2.html">
22+
<a target="_blank" href="https://devdocs.magento.com/guides/v2.3/install-gde/system-requirements-tech.html">
2323
Magento System Requirements</a>.
2424
</div>
2525
HTML;

0 commit comments

Comments
 (0)