Skip to content

Commit 4629747

Browse files
author
Bizley
authored
Merge pull request #263 from Arhell/upd
update root folder links
2 parents 52a66b7 + e87fc1e commit 4629747

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<p align="center">
2-
<a href="http://redis.io/" target="_blank" rel="external">
3-
<img src="http://download.redis.io/redis.png" height="100px">
2+
<a href="https://redis.io/" target="_blank" rel="external">
3+
<img src="https://download.redis.io/redis.png" height="100px">
44
</a>
55
<h1 align="center">Redis Cache, Session and ActiveRecord for Yii 2</h1>
66
<br>
77
</p>
88

9-
This extension provides the [redis](http://redis.io/) key-value store support for the [Yii framework 2.0](http://www.yiiframework.com).
9+
This extension provides the [redis](https://redis.io/) key-value store support for the [Yii framework 2.0](https://www.yiiframework.com).
1010
It includes a `Cache` and `Session` storage handler and implements the `ActiveRecord` pattern that allows
1111
you to store active records in redis.
1212

@@ -27,7 +27,7 @@ At least redis version 2.6.12 is required for all components to work properly.
2727
Installation
2828
------------
2929

30-
The preferred way to install this extension is through [composer](http://getcomposer.org/download/).
30+
The preferred way to install this extension is through [composer](https://getcomposer.org/download/).
3131

3232
Either run
3333

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"license": "BSD-3-Clause",
77
"support": {
88
"issues": "https://github.com/yiisoft/yii2-redis/issues",
9-
"forum": "http://www.yiiframework.com/forum/",
10-
"wiki": "http://www.yiiframework.com/wiki/",
9+
"forum": "https://www.yiiframework.com/forum/",
10+
"wiki": "https://www.yiiframework.com/wiki/",
1111
"irc": "ircs://irc.libera.chat:6697/yii",
1212
"source": "https://github.com/yiisoft/yii2-redis"
1313
},

0 commit comments

Comments
 (0)