You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/widgets/Modal.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -122,7 +122,7 @@ class Modal extends BaseWidget
122
122
* - label: string, the label of the button. Defaults to '×'.
123
123
*
124
124
* The rest of the options will be rendered as the HTML attributes of the button tag.
125
-
* Please refer to the [Modal plugin help](http://materializecss.com/modals.html)
125
+
* Please refer to the [Modal plugin help](https://materializecss.github.io/materialize/modals.html)
126
126
* for the supported HTML attributes.
127
127
* @see [\yii\helpers\Html::renderTagAttributes()](http://www.yiiframework.com/doc-2.0/yii-helpers-basehtml.html#renderTagAttributes()-detail) for details on how attributes are being rendered.
128
128
*/
@@ -155,7 +155,7 @@ class Modal extends BaseWidget
155
155
* - label: string, the label of the button. Defaults to 'Show'.
156
156
*
157
157
* The rest of the options will be rendered as the HTML attributes of the button tag.
158
-
* Please refer to the [Modal plugin help](http://materializecss.com/modals.html)
158
+
* Please refer to the [Modal plugin help](https://materializecss.github.io/materialize/modals.html)
159
159
* for the supported HTML attributes.
160
160
* @see [\yii\helpers\Html::renderTagAttributes()](http://www.yiiframework.com/doc-2.0/yii-helpers-basehtml.html#renderTagAttributes()-detail) for details on how attributes are being rendered.
0 commit comments