diff --git a/README.md b/README.md
index 35fb6a52..e4614222 100644
--- a/README.md
+++ b/README.md
@@ -1,12 +1,12 @@
-
+
JUI Extension for Yii 2
-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.
@@ -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
@@ -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']) ?>
diff --git a/composer.json b/composer.json
index 1897e392..3c0a5683 100644
--- a/composer.json
+++ b/composer.json
@@ -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"
},