diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-01-08 23:34:14 +0100 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-01-09 20:05:49 +0100 |
commit | 09d1171d8d0b16f945df32ff4543c0a8baf4bb22 (patch) | |
tree | 9c1b06a9aa1f7c0206e598d7ee02f652564f0e03 /src/menu.cc | |
parent | 767c6c142de52a8b110c9c8fbc4110fcb6c3865f (diff) |
Update references to website and repository
The website is now at https://dillo-browser.github.io/ and the
repository at https://github.com/dillo-browser/dillo.
Diffstat (limited to 'src/menu.cc')
-rw-r--r-- | src/menu.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/menu.cc b/src/menu.cc index e86c3a06..fdf4fc60 100644 --- a/src/menu.cc +++ b/src/menu.cc @@ -273,7 +273,7 @@ static void Menu_bugmeter_validate_wdg_cb(Fl_Widget*, void*) */ static void Menu_bugmeter_about_cb(Fl_Widget*, void*) { - a_UIcmd_open_urlstr(popup_bw, "http://www.dillo.org/help/bug_meter.html"); + a_UIcmd_open_urlstr(popup_bw, "https://dillo-browser.github.io/old/help/bug_meter.html"); } /* |