Skip to content

Commit 9fd12e2

Browse files
committed
MAGETWO-32106: Wrong url in bootstrap.php for page with "system requirements"
- added target="_blank" and replace text for link with title of page
1 parent 287dee5 commit 9fd12e2

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
@@ -19,8 +19,8 @@
1919
echo <<<HTML
2020
<div style="font:12px/1.35em arial, helvetica, sans-serif;">
2121
<p>Magento supports PHP 5.4.11 or later. Please read
22-
<a href="http://devdocs.magento.com/guides/v1.0/install-gde/system-requirements.html">
23-
http://devdocs.magento.com/guides/v1.0/install-gde/system-requirements.html</a>.
22+
<a target="_blank" href="http://devdocs.magento.com/guides/v1.0/install-gde/system-requirements.html">
23+
Magento System Requirements</a>.
2424
</div>
2525
HTML;
2626
}

0 commit comments

Comments
 (0)