summaryrefslogtreecommitdiff
path: root/src/asciilogo.h
diff options
context:
space:
mode:
authorcheese1 <cheese@nosuchhost.net>2021-03-10 18:11:16 +0100
committerGitHub <noreply@github.com>2021-03-10 19:11:16 +0200
commitc945e1126a0b7ccba642af7c51c60f2d86290e17 (patch)
tree812b3115d463502fc5794acbaf71503e28bf5e3e /src/asciilogo.h
parent3d0b427c30610b45c00b2377ee28bb69974ccea2 (diff)
downloadredis-c945e1126a0b7ccba642af7c51c60f2d86290e17.tar.gz
Changes http to https in texts (#8495)
Diffstat (limited to 'src/asciilogo.h')
-rw-r--r--src/asciilogo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/asciilogo.h b/src/asciilogo.h
index 044ca0c55..a62f68cf9 100644
--- a/src/asciilogo.h
+++ b/src/asciilogo.h
@@ -31,13 +31,13 @@ const char *ascii_logo =
" _._ \n"
" _.-``__ ''-._ \n"
" _.-`` `. `_. ''-._ Redis %s (%s/%d) %s bit\n"
-" .-`` .-```. ```\\/ _.,_ ''-._ \n"
+" .-`` .-```. ```\\/ _.,_ ''-._ \n"
" ( ' , .-` | `, ) Running in %s mode\n"
" |`-._`-...-` __...-.``-._|'` _.-'| Port: %d\n"
" | `-._ `._ / _.-' | PID: %ld\n"
" `-._ `-._ `-./ _.-' _.-' \n"
" |`-._`-._ `-.__.-' _.-'_.-'| \n"
-" | `-._`-._ _.-'_.-' | http://redis.io \n"
+" | `-._`-._ _.-'_.-' | https://redis.io \n"
" `-._ `-._`-.__.-'_.-' _.-' \n"
" |`-._`-._ `-.__.-' _.-'_.-'| \n"
" | `-._`-._ _.-'_.-' | \n"