From d60d1b379cd00d8312eb12fdf1be086ce63d4005 Mon Sep 17 00:00:00 2001 From: ayumi-signal <143036029+ayumi-signal@users.noreply.github.com> Date: Fri, 11 Apr 2025 11:24:05 -0700 Subject: [PATCH] Update support URL for startup DB error dialog --- app/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.ts b/app/main.ts index a1ca29497f..42c8df9d35 100644 --- a/app/main.ts +++ b/app/main.ts @@ -1918,7 +1918,7 @@ const onDatabaseError = async (error: Error) => { } else if (buttonIndex === goToSupportPageButtonIndex) { drop( shell.openExternal( - 'https://support.signal.org/hc/articles/9045714156314-Can-t-Open-Signal-Desktop' + 'https://support.signal.org/hc/articles/9045714156314#desktop' ) ); }