From 0d2e1e1270ba0bf03c022974342ab412e98b8c67 Mon Sep 17 00:00:00 2001 From: rubyowo Date: Sat, 7 Jan 2023 15:33:36 +0400 Subject: [PATCH] fix crashes and bug wiki link (#1333) --- src/Compositor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Compositor.cpp b/src/Compositor.cpp index b60d70d7..35e30b77 100644 --- a/src/Compositor.cpp +++ b/src/Compositor.cpp @@ -49,7 +49,7 @@ CCompositor::CCompositor() { Debug::log(NONE, "\n\n"); // pad - Debug::log(INFO, "If you are crashing, or encounter any bugs, please consult https://github.com/hyprwm/Hyprland/wiki/Crashing-and-bugs\n\n"); + Debug::log(INFO, "If you are crashing, or encounter any bugs, please consult https://wiki.hyprland.org/Crashes-and-Bugs/\n\n"); setRandomSplash();