From: tinyboxvk <13696594+tinyboxvk@users.noreply.github.com> Date: Fri, 8 Nov 2024 19:38:09 +0000 (-0400) Subject: Fix broken links to Openbox X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=869c654fc1eab2f3184985c71ccd35be25cf070a;p=proto%2Flabwc.git Fix broken links to Openbox Signed-off-by: tinyboxvk <13696594+tinyboxvk@users.noreply.github.com> --- diff --git a/README.md b/README.md index f6f206f1..f37f7791 100644 --- a/README.md +++ b/README.md @@ -263,7 +263,7 @@ Suggested apps to use with labwc: See [integration] for further details. [wayland]: https://wayland.freedesktop.org/ -[openbox]: http://openbox.org/wiki/Help:Contents +[openbox]: https://openbox.org/help/Contents [wlroots]: https://gitlab.freedesktop.org/wlroots/wlroots [sway]: https://github.com/swaywm [wayland-protocols]: https://gitlab.freedesktop.org/wayland/wayland-protocols diff --git a/src/theme.c b/src/theme.c index 1a0b974e..90ff9717 100644 --- a/src/theme.c +++ b/src/theme.c @@ -1520,7 +1520,7 @@ post_processing(struct theme *theme) } if (theme->osd_border_color[0] == FLT_MIN) { /* - * As per http://openbox.org/wiki/Help:Themes#osd.border.color + * As per https://openbox.org/help/Themes#osd.border.color * we should fall back to window_active_border_color but * that is usually the same as window_active_title_bg_color * and thus the fallback for osd_bg_color. Which would mean