We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee995bc commit 7b7631dCopy full SHA for 7b7631d
setup/view/magento/setup/readiness-check/progress.phtml
@@ -115,7 +115,7 @@
115
<div ng-repeat="setting in settings.data">
116
<div ng-show="setting.error && setting.helpUrl" class="rediness-check-side">
117
<p class="side-title">Need Help?</p>
118
- <a href="http://php.net/manual/en/ini.list.php" target="_blank">PHP Documentation</a>
+ <a href="{{setting.helpUrl}}" target="_blank">PHP Documentation</a>
119
</div>
120
<div ng-show="setting.error" class="readiness-check-content">
121
<p>
0 commit comments