From 869c654fc1eab2f3184985c71ccd35be25cf070a Mon Sep 17 00:00:00 2001 From: tinyboxvk <13696594+tinyboxvk@users.noreply.github.com> Date: Fri, 8 Nov 2024 15:38:09 -0400 Subject: [PATCH] Fix broken links to Openbox Signed-off-by: tinyboxvk <13696594+tinyboxvk@users.noreply.github.com> --- README.md | 2 +- src/theme.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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