mirror of
https://github.com/ashaduri/gsmartcontrol.git
synced 2026-09-25 05:15:33 +00:00
Updated links to online documentation.
This commit is contained in:
@@ -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>
|
||||
@@ -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>
|
||||
@@ -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");
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user