summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Grunder <michael.grunder@gmail.com>2021-02-17 10:08:35 -0800
committerGitHub <noreply@github.com>2021-02-17 10:08:35 -0800
commit53a8144c816ba1f468d90d30e2eef71fcbd3ffd3 (patch)
tree80ecffb54bbb463a7ab5776ad09c0f30d622ed29
parent7d99b56356aa9791a8b3ff0316da871d63afbb7a (diff)
parent9390de006d3a122b365407c01650ef242a592053 (diff)
Merge pull request #924 from cheese1/master
http -> https
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d71e33c..8330275 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
# HIREDIS
-Hiredis is a minimalistic C client library for the [Redis](http://redis.io/) database.
+Hiredis is a minimalistic C client library for the [Redis](https://redis.io/) database.
It is minimalistic because it just adds minimal support for the protocol, but
at the same time it uses a high level printf-alike API in order to make it