Skip to content

Commit ee995bc

Browse files
committed
MAGETWO-37860: Install wizard "help" link on PHP extensions did not work
- fixing help links
1 parent aaa8291 commit ee995bc

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
<div ng-repeat="setting in settings.data">
116116
<div ng-show="setting.error && setting.helpUrl" class="rediness-check-side">
117117
<p class="side-title">Need Help?</p>
118-
<a href="{{setting.helpUrl}}" target="_blank">PHP Documentation</a>
118+
<a href="http://php.net/manual/en/ini.list.php" target="_blank">PHP Documentation</a>
119119
</div>
120120
<div ng-show="setting.error" class="readiness-check-content">
121121
<p>
@@ -171,7 +171,7 @@
171171

172172
<div class="rediness-check-side">
173173
<p class="side-title">Need Help?</p>
174-
<a href="#" target="_blank">PHP Extension Help</a> <?php // ToDo UI: missing url ?>
174+
<a href="http://devdocs.magento.com/guides/v1.0/install-gde/system-requirements.html" target="_blank">PHP Extension Help</a>
175175
</div>
176176

177177
<span class="readiness-check-icon icon-failed-round"></span>
@@ -188,9 +188,7 @@
188188
<p>
189189
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.
190190
<br>
191-
Our
192-
<a href="#">PHP Extension Help</a> <?php // ToDo UI: missing url ?>
193-
can get you started.
191+
Our <a href="http://devdocs.magento.com/guides/v1.0/install-gde/system-requirements.html" target="_blank">PHP Extension Help</a> can get you started.
194192
</p>
195193
<p>
196194
If you need more help, please call your hosting provider.

0 commit comments

Comments
 (0)