diff --git a/src/actions/actions-help-url.cpp b/src/actions/actions-help-url.cpp index b60b680063d32b4c9e278333a9c215607a001b3d..c5cc5c543d2e170993ea1f3dde62b796c5f34944 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); }