From d73d3f0028297af1b4d993fed9a0ce66a180d786 Mon Sep 17 00:00:00 2001 From: Michael Tennant Date: Mon, 27 Apr 2026 22:02:38 +0200 Subject: [PATCH] logging: update uri of debug log in ConfigManager to reflect change in wiki (#14185) --- src/config/legacy/ConfigManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/legacy/ConfigManager.cpp b/src/config/legacy/ConfigManager.cpp index 088b559a2..a19993f00 100644 --- a/src/config/legacy/ConfigManager.cpp +++ b/src/config/legacy/ConfigManager.cpp @@ -625,7 +625,7 @@ CConfigManager::CConfigManager() { Log::logger->log( Log::DEBUG, "!!!!HEY YOU, YES YOU!!!!: further logs to stdout / logfile are disabled by default. BEFORE SENDING THIS LOG, ENABLE THEM. Use debug:disable_logs = false to do so: " - "https://wiki.hypr.land/Configuring/Variables/#debug"); + "https://wiki.hypr.land/Configuring/Basics/Variables/#debug"); } if (g_pEventLoopManager && ERR.has_value())