mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 19:26:00 +01:00
fix crashes and bug wiki link (#1333)
This commit is contained in:
parent
464dd79246
commit
0d2e1e1270
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue