Skip to content
Snippets Groups Projects
Commit b5ce0005 authored by Gaël Bonithon's avatar Gaël Bonithon
Browse files

Update docs url

parent 00e3d12a
No related branches found
No related tags found
No related merge requests found
...@@ -120,7 +120,7 @@ xfpm_about (gpointer data) ...@@ -120,7 +120,7 @@ xfpm_about (gpointer data)
"program-name", package, "program-name", package,
"translator-credits", _("translator-credits"), "translator-credits", _("translator-credits"),
"version", PACKAGE_VERSION, "version", PACKAGE_VERSION,
"website", "http://docs.xfce.org/xfce/xfce4-power-manager/1.4/start", "website", "https://docs.xfce.org/xfce/xfce4-power-manager/start",
"logo-icon-name", "org.xfce.powermanager", "logo-icon-name", "org.xfce.powermanager",
NULL); NULL);
} }
......
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
<url type="homepage">http://www.xfce.org/</url> <url type="homepage">http://www.xfce.org/</url>
<url type="bugtracker">https://gitlab.xfce.org/xfce/xfce4-power-manager</url> <url type="bugtracker">https://gitlab.xfce.org/xfce/xfce4-power-manager</url>
<url type="help">http://docs.xfce.org/xfce/xfce4-power-manager/start</url> <url type="help">https://docs.xfce.org/xfce/xfce4-power-manager/start</url>
<update_contact>xfce4-dev@xfce.org</update_contact> <update_contact>xfce4-dev@xfce.org</update_contact>
<translation type="gettext">xfce4-power-manager</translation> <translation type="gettext">xfce4-power-manager</translation>
......
...@@ -72,10 +72,10 @@ power_manager_plugin_configure_response (GtkWidget *dialog, ...@@ -72,10 +72,10 @@ power_manager_plugin_configure_response (GtkWidget *dialog,
if (response == GTK_RESPONSE_HELP) if (response == GTK_RESPONSE_HELP)
{ {
result = g_spawn_command_line_async ("exo-open --launch WebBrowser " "http://docs.xfce.org/xfce/xfce4-power-manager/1.6/start", NULL); result = g_spawn_command_line_async ("exo-open --launch WebBrowser " "https://docs.xfce.org/xfce/xfce4-power-manager/start", NULL);
if (G_UNLIKELY (result == FALSE)) if (G_UNLIKELY (result == FALSE))
g_warning (_("Unable to open the following url: %s"), "http://docs.xfce.org/xfce/xfce4-power-manager/1.6/start"); g_warning ("Unable to open the following url: %s", "https://docs.xfce.org/xfce/xfce4-power-manager/start");
} }
else else
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment