Skip to content

Commit

Permalink
update root folder links
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell committed May 29, 2023
1 parent 52a66b7 commit e87fc1e
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://redis.io/" target="_blank" rel="external">
<img src="http://download.redis.io/redis.png" height="100px">
<a href="https://redis.io/" target="_blank" rel="external">
<img src="https://download.redis.io/redis.png" height="100px">
</a>
<h1 align="center">Redis Cache, Session and ActiveRecord for Yii 2</h1>
<br>
</p>

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

Expand All @@ -27,7 +27,7 @@ At least redis version 2.6.12 is required for all components to work properly.
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 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-redis/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-redis"
},
Expand Down

0 comments on commit e87fc1e

Please sign in to comment.