Updated links to online documentation.

This commit is contained in:
Alexander Shaduri
2022-02-08 19:21:45 +04:00
parent 107292a328
commit e6b83c7473
4 changed files with 3 additions and 15 deletions
-6
View File
@@ -1,6 +0,0 @@
<html>
<head>
<!-- The program contains a link to this file, which redirects to the actual page -->
<meta http-equiv="refresh" content="0; url=https://gsmartcontrol.shaduri.dev" />
</head>
</html>
-6
View File
@@ -1,6 +0,0 @@
<html>
<head>
<!-- The program contains a link to this file, which redirects to the actual page -->
<meta http-equiv="refresh" content="0; url=https://gsmartcontrol.shaduri.dev/support" />
</head>
</html>
+1 -1
View File
@@ -40,7 +40,7 @@ GscAddDeviceWindow::GscAddDeviceWindow(BaseObjectType* gtkcobj, Glib::RefPtr<Gtk
auto* top_info_link_label = lookup_widget<Gtk::Label*>("top_info_link_label");
std::string man_url = "https://gsmartcontrol.sourceforge.io/smartctl_man.html";
std::string man_url = "https://gsmartcontrol.shaduri.dev/smartctl_man.html";
top_info_link_label->set_text(Glib::ustring::compose(top_info_link_label->get_text(), man_url));
Glib::ustring device_name_tooltip = _("Device name");
+2 -2
View File
@@ -598,13 +598,13 @@ void GscMainWindow::on_action_activated(GscMainWindow::action_t action_type)
case action_online_documentation:
{
hz::launch_url(gobj(), "https://gsmartcontrol.sourceforge.io/documentation.html");
hz::launch_url(gobj(), "https://gsmartcontrol.shaduri.dev/");
break;
}
case action_support:
{
hz::launch_url(gobj(), "https://gsmartcontrol.sourceforge.io/support.html");
hz::launch_url(gobj(), "https://gsmartcontrol.shaduri.dev/support");
break;
}