diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-05-04 20:54:01 +0200 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-05-04 20:54:01 +0200 |
commit | 99176a6f1f49b9c45b136d23ceb887ac0ba7875e (patch) | |
tree | 38ea87399fc1f95f15fe0a255d0a4adc34a65821 /src | |
parent | e9b934603a85e64fc23bf071664236738c9d8278 (diff) |
Update online manual URL
The old manual page is no longer needed as we have the latest manual
rendered in the new website.
Diffstat (limited to 'src')
-rw-r--r-- | src/ui.cc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,6 +2,7 @@ * File: ui.cc * * Copyright (C) 2005-2007 Jorge Arellano Cid <jcid@dillo.org> + * Copyright (C) 2024 Rodrigo Arias Mallo <rodarima@gmail.com> * * 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); } |