]> 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 d9b0613c3d7c944717300447a8209a186bbcd5dc..478af310c32318e42c12cedcae5730ad2100058c 100644 (file)
@@ -7,6 +7,8 @@
  * i3-dump-log/main.c: Dumps the i3 SHM log to stdout.
  *
  */
+#include <config.h>
+
 #include <stdio.h>
 #include <stdbool.h>
 #include <sys/types.h>
@@ -125,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);
             }
         }