]> git.sur5r.net Git - i3/i3/blobdiff - src/restore_layout.c
Replace http:// with https:// where applicable
[i3/i3] / src / restore_layout.c
index d567e9717139d51eb996abe15565341a4a82376e..bf16c864c04be4a28d757071cff9edc3db4f5afb 100644 (file)
@@ -103,7 +103,7 @@ void restore_connect(void) {
 
         /* xcb_disconnect leaks memory in libxcb versions earlier than 1.11,
          * but it’s the right function to call. See
-         * http://cgit.freedesktop.org/xcb/libxcb/commit/src/xcb_conn.c?id=4dcbfd77b
+         * https://cgit.freedesktop.org/xcb/libxcb/commit/src/xcb_conn.c?id=4dcbfd77b
          */
         xcb_disconnect(restore_conn);
         free(xcb_watcher);