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 1414if (!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>
2525HTML ;
You can’t perform that action at this time.
0 commit comments