From 99176a6f1f49b9c45b136d23ceb887ac0ba7875e Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Sat, 4 May 2024 20:54:01 +0200 Subject: Update online manual URL The old manual page is no longer needed as we have the latest manual rendered in the new website. --- src/ui.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/ui.cc b/src/ui.cc index 6552d84d..9eda6f23 100644 --- a/src/ui.cc +++ b/src/ui.cc @@ -2,6 +2,7 @@ * File: ui.cc * * Copyright (C) 2005-2007 Jorge Arellano Cid + * Copyright (C) 2024 Rodrigo Arias Mallo * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -248,7 +249,7 @@ static void help_cb(Fl_Widget *w, void *) } else { MSG("Can't read local help file at \"%s\"." " Getting remote help...\n", path); - a_UIcmd_open_urlstr(bw, "https://dillo-browser.github.io/old/dillo3-help.html"); + a_UIcmd_open_urlstr(bw, "https://dillo-browser.github.io/user_help.html"); } dFree(path); } -- cgit v1.2.3