summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2024-05-04 20:54:01 +0200
committerRodrigo Arias Mallo <rodarima@gmail.com>2024-05-04 20:54:01 +0200
commit99176a6f1f49b9c45b136d23ceb887ac0ba7875e (patch)
tree38ea87399fc1f95f15fe0a255d0a4adc34a65821
parente9b934603a85e64fc23bf071664236738c9d8278 (diff)
Update online manual URL
The old manual page is no longer needed as we have the latest manual rendered in the new website.
-rw-r--r--src/ui.cc3
1 files changed, 2 insertions, 1 deletions
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 <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);
}