diff --git a/src/asciilogo.h b/src/asciilogo.h index 6093352..11cfc33 100644 --- a/src/asciilogo.h +++ b/src/asciilogo.h @@ -33,5 +33,5 @@ char *ascii_logo = " . Port: %d\n" " . o . PID: %ld\n" " . \n" -" - http://disque.io \n" +" - https://github.com/antirez/disque\n" " \n\n"; diff --git a/src/latency.c b/src/latency.c index 8f22748..569a991 100644 --- a/src/latency.c +++ b/src/latency.c @@ -210,7 +210,7 @@ sds createLatencyReport(void) { if (dictSize(server.latency_events) == 0 && server.latency_monitor_threshold == 0) { - report = sdscat(report,"I'm sorry, Dave, I can't do that. Latency monitoring is disabled in this Disque instance. You may use \"CONFIG SET latency-monitor-threshold .\" in order to enable it. If we weren't in a deep space mission I'd suggest to take a look at http://disque.io/topics/latency-monitor.\n"); + report = sdscat(report,"I'm sorry, Dave, I can't do that. Latency monitoring is disabled in this Disque instance. You may use \"CONFIG SET latency-monitor-threshold .\" in order to enable it. If we weren't in a deep space mission I'd suggest to take a look at http://redis.io/topics/latency-monitor.\n"); return report; } @@ -369,7 +369,7 @@ sds createLatencyReport(void) { } if (advise_slowlog_inspect) { - report = sdscat(report,"- Check your Slow Log to understand what are the commands you are running which are too slow to execute. Please check http://disque.io/commands/slowlog for more information.\n"); + report = sdscat(report,"- Check your Slow Log to understand what are the commands you are running which are too slow to execute. Please check http://redis.io/commands/slowlog for more information.\n"); } /* Intrinsic latency. */