summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkun <oiooj@qq.com>2019-05-20 12:42:21 +0800
committerdormando <dormando@rydia.net>2019-05-20 13:22:24 -0700
commitb1425dcb62f98ee20f5be68d0d95e78dfd9c993f (patch)
tree282d90b4c1c8541cad51c74ae6d80805e3fbebf4 /README.md
parentf3aec0e5a520e3f513b6f341d4349e28b7aa82b3 (diff)
downloadmemcached-b1425dcb62f98ee20f5be68d0d95e78dfd9c993f.tar.gz
change some links from http to https
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e330fbe..425709d 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ list to ask questions, github issues aren't seen by everyone!
## Dependencies
-* libevent, http://www.monkey.org/~provos/libevent/ (libevent-dev)
+* libevent, https://www.monkey.org/~provos/libevent/ (libevent-dev)
* libseccomp, (optional, experimental, linux) - enables process restrictions for
better security. Tested only on x86_64 architectures.
@@ -30,7 +30,7 @@ should never go to disk, or you've lost the whole point of it)
## Website
-* http://www.memcached.org
+* https://www.memcached.org
## Contributing