From ed54797c06ffda12f63a49dde04bb0dca391c92a Mon Sep 17 00:00:00 2001 From: Andre Klapper Date: Sat, 18 May 2024 08:47:25 +0200 Subject: [PATCH] Update online_help_url URI Link to recent online help / user docs instead of version from 2017. --- src/shell/e-shell-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shell/e-shell-utils.c b/src/shell/e-shell-utils.c index ab4cdfb815..89d3d40823 100644 --- a/src/shell/e-shell-utils.c +++ b/src/shell/e-shell-utils.c @@ -383,7 +383,7 @@ e_shell_utils_run_help_contents (EShell *shell) * See https://bugzilla.gnome.org/show_bug.cgi?id=576478 */ online_help_url = g_strconcat ( - "http://library.gnome.org/users/evolution/", + "https://infrastructure.pages.gitlab.gnome.org/help.gnome.org/evolution/", BASE_VERSION, NULL); e_show_uri (window, online_help_url); g_free (online_help_url);