浏览代码

Merge pull request #732 from mablae/fix-redis-url-to-tls

Use https:// prefix for redis.io to fix failing build of Url Check
pull/731/head
Jamie York 9 年前
父节点
当前提交
de2563c4dc
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      README.md

+ 1
- 1
README.md 查看文件

@@ -840,7 +840,7 @@ Libraries to help manage database schemas and migrations.
840 840
 * [MailCatcher](https://github.com/sj26/mailcatcher) - A web tool for capturing and viewing emails.
841 841
 * [Cachet](https://github.com/cachethq/cachet) - The open source status page system.
842 842
 * [phpBeanstalkdAdmin](https://github.com/mnapoli/phpBeanstalkdAdmin) - Monitoring and administration interface for Beanstalkd.
843
-* [phpRedisAdmin](https://github.com/ErikDubbelboer/phpRedisAdmin) - A simple web interface to manage [Redis](http://redis.io/) databases.
843
+* [phpRedisAdmin](https://github.com/ErikDubbelboer/phpRedisAdmin) - A simple web interface to manage [Redis](https://redis.io/) databases.
844 844
 * [phpPgAdmin](https://github.com/phppgadmin/phppgadmin) - A web-based administration tool for PostgreSQL.
845 845
 * [phpMyAdmin](https://github.com/phpmyadmin/phpmyadmin) - A web interface for MySQL/MariaDB.
846 846
 * [Adminer](https://www.adminer.org/) - Database management in a single PHP file.

正在加载...
取消
保存