From 56385622d683ff9e19f2cf49e269876c249c4a04 Mon Sep 17 00:00:00 2001 From: pjkui Date: Thu, 17 Feb 2022 15:48:59 +0800 Subject: [PATCH] add some files --- Breadcrumbs.php | 2 +- Button.php | 2 +- ButtonDropdown.php | 4 ++-- ButtonGroup.php | 2 +- Dropdown.php | 2 +- Icon.php | 2 +- Modal.php | 6 +++--- Nav.php | 2 +- NavBar.php | 2 +- Progress.php | 2 +- README.md | 2 +- Tabs.php | 6 +++--- Widget.php | 4 ++-- 13 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Breadcrumbs.php b/Breadcrumbs.php index 778995a..f667aca 100644 --- a/Breadcrumbs.php +++ b/Breadcrumbs.php @@ -35,7 +35,7 @@ * ]); * ~~~ * - * @see http://www.getuikit.com/docs/breadcrumb.html + * @see https://getuikit.com/docs/breadcrumb * @author Quinn Pan * @since 3.0 */ diff --git a/Button.php b/Button.php index 8a17e57..abef0fb 100644 --- a/Button.php +++ b/Button.php @@ -16,7 +16,7 @@ * 'options' => ['class' => 'uk-button-primary'], * ]); * ``` - * @see http://www.getuikit.com/docs/button.html + * @see https://getuikit.com/docs/button * @author Quinn Pan * @since 3.0 */ diff --git a/ButtonDropdown.php b/ButtonDropdown.php index ab7094c..48d0741 100644 --- a/ButtonDropdown.php +++ b/ButtonDropdown.php @@ -21,8 +21,8 @@ * ], * ]); * ``` - * @see http://www.getuikit.com/docs/button.html - * @see http://www.getuikit.com/docs/dropdown.html + * @see https://getuikit.com/docs/button + * @see https://getuikit.com/docs/dropdown * @author Quinn Pan * @since 3.0 */ diff --git a/ButtonGroup.php b/ButtonGroup.php index cf355ec..a94227d 100644 --- a/ButtonGroup.php +++ b/ButtonGroup.php @@ -27,7 +27,7 @@ * ] * ]); * ``` - * @see http://www.getuikit.com/docs/button.html + * @see https://getuikit.com/docs/button * @author Quinn Pan * @since 3.0 */ diff --git a/Dropdown.php b/Dropdown.php index c10e089..6d5c630 100644 --- a/Dropdown.php +++ b/Dropdown.php @@ -39,7 +39,7 @@ * Dropdown::end(); * ``` * - * @see http://www.getuikit.com/docs/dropdown.html + * @see https://getuikit.com/docs/dropdown * @author Quinn Pan * @since 3.0 */ diff --git a/Icon.php b/Icon.php index 3ae0c14..65390a7 100644 --- a/Icon.php +++ b/Icon.php @@ -13,7 +13,7 @@ * echo Icon::widget(['name' => 'fast-backward']); * ]); * ``` - * @see http://www.getuikit.com/docs/icon.html + * @see https://getuikit.com/docs/icon * @author Quinn Pan * @since 3.0 */ diff --git a/Modal.php b/Modal.php index f605415..bd5129f 100644 --- a/Modal.php +++ b/Modal.php @@ -23,7 +23,7 @@ * Modal::end(); * ~~~ * - * @see http://www.getuikit.com/docs/modal.html + * @see https://getuikit.com/docs/modal * @author Quinn Pan * @since 3.0 */ @@ -46,7 +46,7 @@ class Modal extends Widget * - label: string, the label of the button. Defaults to '×'. * * The rest of the options will be rendered as the HTML attributes of the button tag. - * Please refer to the [Modal plugin help](http://www.getuikit.com/docs/modal.html) + * Please refer to the [Modal plugin help](https://getuikit.com/docs/modal) * for the supported HTML attributes. */ public $closeButton = []; @@ -61,7 +61,7 @@ class Modal extends Widget * - label: string, the label of the button. Defaults to 'Show'. * * The rest of the options will be rendered as the HTML attributes of the button tag. - * Please refer to the [Modal plugin help](http://www.getuikit.com/docs/modal.html) + * Please refer to the [Modal plugin help](https://getuikit.com/docs/modal) * for the supported HTML attributes. */ public $toggleButton; diff --git a/Nav.php b/Nav.php index d4cc0cb..bc4b5a9 100644 --- a/Nav.php +++ b/Nav.php @@ -35,7 +35,7 @@ * * Note: Multilevel dropdowns beyond Level 1 are not supported. * - * @see http://www.getuikit.com/docs/nav.html + * @see https://getuikit.com/docs/nav * * @author Quinn Pan * @since 3.0 diff --git a/NavBar.php b/NavBar.php index 416a043..3192232 100644 --- a/NavBar.php +++ b/NavBar.php @@ -24,7 +24,7 @@ * NavBar::end(); * ``` * - * @see http://www.getuikit.com/docs/navbar.html + * @see https://getuikit.com/docs/navbar * @author Quinn Pan * @since 3.0 */ diff --git a/Progress.php b/Progress.php index c9ae9fa..0f5a4f3 100644 --- a/Progress.php +++ b/Progress.php @@ -35,7 +35,7 @@ * ]); * * ``` - * @see http://www.getuikit.com/docs/progress.html + * @see https://getuikit.com/docs/progress * @author Quinn Pan * @since 3.0 */ diff --git a/README.md b/README.md index 06d7097..efb8659 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ UIkit theme for yii2 Installation ------------ -The preferred way to install this extension is through [composer](http://getcomposer.org/download/). +The preferred way to install this extension is through [composer](https://getcomposer.org/download/). Either run diff --git a/Tabs.php b/Tabs.php index 6a5ea4e..cc1f4f9 100644 --- a/Tabs.php +++ b/Tabs.php @@ -1,8 +1,8 @@ * @since 3.0 */ diff --git a/Widget.php b/Widget.php index 496fb62..c4b9fe8 100644 --- a/Widget.php +++ b/Widget.php @@ -19,14 +19,14 @@ class Widget extends \yii\base\Widget /** * @var array the options for the underlying JS plugin. * Please refer to the corresponding plugin Web page for possible options. - * For example, [this page](http://www.getuikit.com/docs/components.html) shows + * For example, [this page](https://getuikit.com/docs/components) shows * how to use the "Modal" plugin and the supported options (e.g. "remote"). */ public $clientOptions = []; /** * @var array the event handlers for the underlying JS plugin. * Please refer to the corresponding plugin Web page for possible events. - * For example, [this page](http://www.getuikit.com/docs/components.html) shows + * For example, [this page](https://getuikit.com/docs/components) shows * how to use the "Modal" plugin and the supported events (e.g. "shown"). */ public $clientEvents = [];