File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
if (!defined ('PHP_VERSION_ID ' ) || PHP_VERSION_ID < 70103 ) {
15
15
if (PHP_SAPI == 'cli ' ) {
16
16
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 ' ;
18
18
} else {
19
19
echo <<<HTML
20
20
<div style="font:12px/1.35em arial, helvetica, sans-serif;">
21
21
<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">
23
23
Magento System Requirements</a>.
24
24
</div>
25
25
HTML ;
You can’t perform that action at this time.
0 commit comments