X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=i3-dump-log%2Fmain.c;h=478af310c32318e42c12cedcae5730ad2100058c;hb=d968d39b27daa98848a28756eed678ec6b95cae9;hp=ec9e577ddee2c30dff42498f1f0349d2e9adef2b;hpb=f354f534357798eb3ba497b7143132f41ff090f6;p=i3%2Fi3 diff --git a/i3-dump-log/main.c b/i3-dump-log/main.c index ec9e577d..478af310 100644 --- a/i3-dump-log/main.c +++ b/i3-dump-log/main.c @@ -127,7 +127,7 @@ int main(int argc, char *argv[]) { if (!is_debug_build()) { fprintf(stderr, "You seem to be using a release version of i3:\n %s\n\n", I3_VERSION); fprintf(stderr, "Release versions do not use SHM logging by default,\ntherefore i3-dump-log does not work.\n\n"); - fprintf(stderr, "Please follow this guide instead:\nhttp://i3wm.org/docs/debugging-release-version.html\n"); + fprintf(stderr, "Please follow this guide instead:\nhttps://i3wm.org/docs/debugging-release-version.html\n"); exit(1); } }