diff options
author | rubyowo <[email protected]> | 2023-01-07 15:33:36 +0400 |
---|---|---|
committer | GitHub <[email protected]> | 2023-01-07 12:33:36 +0100 |
commit | 0d2e1e1270ba0bf03c022974342ab412e98b8c67 (patch) | |
tree | 225e55d7066d3de1bb5c56c186418fdd231fd6a6 | |
parent | 464dd79246eedb0da00514b5b9c68a8969b47df0 (diff) | |
download | Hyprland-0d2e1e1270ba0bf03c022974342ab412e98b8c67.tar.gz Hyprland-0d2e1e1270ba0bf03c022974342ab412e98b8c67.zip |
fix crashes and bug wiki link (#1333)
-rw-r--r-- | src/Compositor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |