]> git.sur5r.net Git - i3/i3/blobdiff - i3-dump-log/main.c
Replace http:// with https:// where applicable
[i3/i3] / i3-dump-log / main.c
index ec9e577ddee2c30dff42498f1f0349d2e9adef2b..478af310c32318e42c12cedcae5730ad2100058c 100644 (file)
@@ -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);
             }
         }