summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--NEWS2
-rw-r--r--README.md4
-rw-r--r--configure.ac2
-rw-r--r--doc/CONTRIBUTORS2
-rw-r--r--doc/memcached.14
-rw-r--r--memcached.c2
-rw-r--r--memcached.spec.in4
-rw-r--r--scripts/memcached-tool.12
9 files changed, 12 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ff61c6..9365998 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -419,7 +419,7 @@
* Steven Grimm <sgrimm@facebook.com>: big bunch of changes:
big CPU reduction work, UDP-based interface, increased memory
efficiency. (intertwined patch, committed all together)
- <http://lists.danga.com/pipermail/memcached/2006-May/002164.html>
+ <https://lists.danga.com/pipermail/memcached/2006-May/002164.html>
or see svn commit logs
2006-04-30
diff --git a/NEWS b/NEWS
index b61f5d0..773fc33 100644
--- a/NEWS
+++ b/NEWS
@@ -1 +1 @@
-http://memcached.org/
+https://memcached.org/
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
diff --git a/configure.ac b/configure.ac
index f1aec1e..ead9ef1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -289,7 +289,7 @@ AC_ARG_WITH(libevent,
dnl ------------------------------------------------------
dnl libevent detection. swiped from Tor. modified a bit.
-LIBEVENT_URL=http://www.monkey.org/~provos/libevent/
+LIBEVENT_URL=https://www.monkey.org/~provos/libevent/
AC_CACHE_CHECK([for libevent directory], ac_cv_libevent_dir, [
saved_LIBS="$LIBS"
diff --git a/doc/CONTRIBUTORS b/doc/CONTRIBUTORS
index 3379c0f..15621f0 100644
--- a/doc/CONTRIBUTORS
+++ b/doc/CONTRIBUTORS
@@ -7,7 +7,7 @@ send email to the memcached mailing list so you can be immortalized.
Also see the ChangeLog for even more people who have helped over the
years by submitting fixes, patches and reporting bugs.
-A list is generated from git here: http://memcached.org/about
+A list is generated from git here: https://memcached.org/about
Major authors:
--------------
diff --git a/doc/memcached.1 b/doc/memcached.1
index 04aca5f..f762936 100644
--- a/doc/memcached.1
+++ b/doc/memcached.1
@@ -168,12 +168,12 @@ the BSD license. Note that daemon clients are licensed separately.
.SH SEE ALSO
The README file that comes with memcached
.br
-.B http://www.memcached.org
+.B https://www.memcached.org
.SH AUTHOR
The memcached daemon was written by Anatoly Vorobey
.B <mellon@pobox.com>
and Brad Fitzpatrick
.B <brad@danga.com>
and the rest of the crew of Danga Interactive
-.B http://www.danga.com
+.B https://www.danga.com
.br
diff --git a/memcached.c b/memcached.c
index 220f383..0ab7a81 100644
--- a/memcached.c
+++ b/memcached.c
@@ -2,7 +2,7 @@
/*
* memcached - memory caching daemon
*
- * http://www.memcached.org/
+ * https://www.memcached.org/
*
* Copyright 2003 Danga Interactive, Inc. All rights reserved.
*
diff --git a/memcached.spec.in b/memcached.spec.in
index 9d3295f..f30227a 100644
--- a/memcached.spec.in
+++ b/memcached.spec.in
@@ -34,8 +34,8 @@ Summary: High Performance, Distributed Memory Object Cache
Group: System Environment/Daemons
License: BSD
-URL: http://memcached.org
-Source0: http://memcached.org/files/%{name}-%{version}.tar.gz
+URL: https://memcached.org
+Source0: https://memcached.org/files/%{name}-%{version}.tar.gz
Source1: memcached.sysconfig
Source2: memcached.service
Source3: memcached@.service
diff --git a/scripts/memcached-tool.1 b/scripts/memcached-tool.1
index a863bd4..c5ad329 100644
--- a/scripts/memcached-tool.1
+++ b/scripts/memcached-tool.1
@@ -67,7 +67,7 @@ integer, then the dump is limited to that number of items.
.SH SEE ALSO
.BR memcached (1),
.br
-.B http://www.memcached.org
+.B https://www.memcached.org
.SH AUTHOR
The memcached-tool script was written by Brad Fitzpatrick