diff options
author | cheese1 <cheese@nosuchhost.net> | 2021-03-10 18:11:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-10 19:11:16 +0200 |
commit | c945e1126a0b7ccba642af7c51c60f2d86290e17 (patch) | |
tree | 812b3115d463502fc5794acbaf71503e28bf5e3e /utils | |
parent | 3d0b427c30610b45c00b2377ee28bb69974ccea2 (diff) | |
download | redis-c945e1126a0b7ccba642af7c51c60f2d86290e17.tar.gz |
Changes http to https in texts (#8495)
Diffstat (limited to 'utils')
-rwxr-xr-x | utils/whatisdoing.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/whatisdoing.sh b/utils/whatisdoing.sh index e4059caed..68d7f7cca 100755 --- a/utils/whatisdoing.sh +++ b/utils/whatisdoing.sh @@ -4,7 +4,7 @@ # Software Watchdog, which provides a similar functionality but in # a more reliable / easy to use way. # -# Check http://redis.io/topics/latency for more information. +# Check https://redis.io/topics/latency for more information. #!/bin/bash nsamples=1 |