aboutsummaryrefslogtreecommitdiff
path: root/i3-dump-log
diff options
context:
space:
mode:
authorMichael Stapelberg <michael@stapelberg.de>2017-09-24 10:19:07 +0200
committerMichael Stapelberg <michael@stapelberg.de>2017-09-24 10:19:07 +0200
commitd968d39b27daa98848a28756eed678ec6b95cae9 (patch)
treee7059bbc1b04baac9624166f4031b8a10bb91348 /i3-dump-log
parent9fe508b79163e74ea61d4abf432f06eea216cb6a (diff)
downloadi3-d968d39b27daa98848a28756eed678ec6b95cae9.tar.gz
i3-d968d39b27daa98848a28756eed678ec6b95cae9.zip
Replace http:// with https:// where applicable
The testcases will be updated automatically in a separate commit.
Diffstat (limited to 'i3-dump-log')
-rw-r--r--i3-dump-log/main.c2
1 files changed, 1 insertions, 1 deletions
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);
}
}