Skip to content

Commit

Permalink
update root folder links (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell committed Nov 17, 2023
1 parent a452c58 commit 734e5a9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<p align="center">
<a href="http://jqueryui.com/" target="_blank" rel="external">
<a href="https://jqueryui.com/" target="_blank" rel="external">
<img src="https://brand.jquery.org/resources/jqueryui-mark-dark.gif" height="110px">
</a>
<h1 align="center">JUI Extension for Yii 2</h1>
<br>
</p>

This is the JQuery UI extension for [Yii framework 2.0](http://www.yiiframework.com). It encapsulates [JQuery UI widgets](http://jqueryui.com/) as Yii widgets,
This is the JQuery UI extension for [Yii framework 2.0](https://www.yiiframework.com). It encapsulates [JQuery UI widgets](https://jqueryui.com/) as Yii widgets,
and makes using JQuery UI widgets in Yii applications extremely easy.

For license information check the [LICENSE](LICENSE.md)-file.
Expand All @@ -20,7 +20,7 @@ Documentation is at [docs/guide/README.md](docs/guide/README.md).
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

Expand All @@ -40,7 +40,7 @@ Usage
-----

The following
single line of code in a view file would render a [JQuery UI DatePicker](http://api.jqueryui.com/datepicker/) widget:
single line of code in a view file would render a [JQuery UI DatePicker](https://api.jqueryui.com/datepicker/) widget:

```php
<?= yii\jui\DatePicker::widget(['name' => 'attributeName']) ?>
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/yiisoft/yii2-jui/issues",
"forum": "http://www.yiiframework.com/forum/",
"wiki": "http://www.yiiframework.com/wiki/",
"forum": "https://www.yiiframework.com/forum/",
"wiki": "https://www.yiiframework.com/wiki/",
"irc": "ircs://irc.libera.chat:6697/yii",
"source": "https://github.com/yiisoft/yii2-jui"
},
Expand Down

0 comments on commit 734e5a9

Please sign in to comment.