diff options
author | JeremyRand <biolizard89@gmail.com> | 2019-09-20 07:58:30 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-07-13 10:42:46 -0400 |
commit | 0be80fb65003df21bece5d56e298b7fbf277b429 (patch) | |
tree | 4c081a3eb5ba3013161f372fa17956bc41211065 /src/lib/evloop | |
parent | 20e278735267fa7bbd0475e4866c488581c9ea70 (diff) | |
download | tor-0be80fb65003df21bece5d56e298b7fbf277b429.tar.gz tor-0be80fb65003df21bece5d56e298b7fbf277b429.zip |
Bug 31812: Change http URL's to https
Diffstat (limited to 'src/lib/evloop')
-rw-r--r-- | src/lib/evloop/timers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/evloop/timers.c b/src/lib/evloop/timers.c index 7be9bae08e..11418e93fd 100644 --- a/src/lib/evloop/timers.c +++ b/src/lib/evloop/timers.c @@ -11,7 +11,7 @@ * The main advantage of tor_timer_t over using libevent's timers is that * they're way more efficient if we need to have thousands or millions of * them. For more information, see - * http://www.25thandclement.com/~william/projects/timeout.c.html + * https://www.25thandclement.com/~william/projects/timeout.c.html * * Periodic timers are available in the backend, but I've turned them off. * We can turn them back on if needed. |