From a738aa84aeee9492d72fcfda050c627f9a5e4929 Mon Sep 17 00:00:00 2001 From: Willi Richert Date: Tue, 16 Apr 2024 13:39:20 +0000 Subject: [PATCH] Update 404 url (also shown at https://inkscape.org/learn/books/) --- src/actions/actions-help-url.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/actions/actions-help-url.cpp b/src/actions/actions-help-url.cpp index b60b680063..c5cc5c543d 100644 --- a/src/actions/actions-help-url.cpp +++ b/src/actions/actions-help-url.cpp @@ -83,7 +83,7 @@ help_url_report_bug(InkscapeWindow* win, const char *lang) void help_url_manual(InkscapeWindow* win) { - Glib::ustring url = "http://tavmjong.free.fr/INKSCAPE/MANUAL/html/index.php"; + Glib::ustring url = "http://tavmjong.free.fr/INKSCAPE/"; help_open_url(url); } -- GitLab