From 09d1171d8d0b16f945df32ff4543c0a8baf4bb22 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Mon, 8 Jan 2024 23:34:14 +0100 Subject: 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. --- src/ui.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ui.cc') diff --git a/src/ui.cc b/src/ui.cc index 4239b4e6..0ab23308 100644 --- a/src/ui.cc +++ b/src/ui.cc @@ -246,7 +246,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, "http://www.dillo.org/dillo3-help.html"); + a_UIcmd_open_urlstr(bw, "https://dillo-browser.github.io/old/dillo3-help.html"); } dFree(path); } @@ -623,7 +623,7 @@ void UI::make_status_bar(int ww, int wh) // Status box StatusOutput = new Fl_Output(0, wh-sh, ww-bm_w, sh); - StatusOutput->value("http://www.dillo.org"); + StatusOutput->value("https://dillo-browser.github.io/"); StatusOutput->labelsize(8); StatusOutput->box(FL_THIN_DOWN_BOX); StatusOutput->clear_visible_focus(); -- cgit v1.2.3