]> git.sur5r.net Git - i3/i3/blobdiff - src/sighandler.c
Replace http:// with https:// where applicable
[i3/i3] / src / sighandler.c
index 1a161d2a2dd5a5890a7cf657b668b5aa77703083..12ed0ef990dc7fc25bf15bb84f374d071d0c869a 100644 (file)
@@ -98,7 +98,7 @@ static int sighandler_backtrace(void) {
 
         /* We provide pipe file descriptors for stdin/stdout because gdb < 7.5
          * crashes otherwise, see
-         * http://sourceware.org/bugzilla/show_bug.cgi?id=14114 */
+         * https://sourceware.org/bugzilla/show_bug.cgi?id=14114 */
         dup2(stdin_pipe[0], STDIN_FILENO);
         dup2(stdout_pipe[1], STDOUT_FILENO);