From b3bf0af4c5dbb2aef36bf63a3c0f277a0f0f5bd5 Mon Sep 17 00:00:00 2001 From: Kevin Bowen Date: Mon, 11 Nov 2019 22:26:15 -0800 Subject: [PATCH] Update support URLs from goodies.xfce.org to docs.xfce.org --- panel-plugin/battery.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/panel-plugin/battery.c b/panel-plugin/battery.c index b730274..e986a7c 100644 --- a/panel-plugin/battery.c +++ b/panel-plugin/battery.c @@ -56,7 +56,7 @@ #define LOW_COLOR "#ffff00" #define CRITICAL_COLOR "#ff0000" #define AVERAGING_CYCLE 5 -#define PLUGIN_WEBSITE "https://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin" +#define PLUGIN_WEBSITE "https://docs.xfce.org/panel-plugins/xfce4-battery-plugin" typedef struct { @@ -1397,7 +1397,7 @@ battmon_show_about(XfcePanelPlugin *plugin, t_battmon *battmon) "version", PACKAGE_VERSION, "program-name", PACKAGE_NAME, "comments", _("Show and monitor the battery status"), - "website", "https://goodies.xfce.org/projects/panel-plugins/xfce4-battery-plugin", + "website", "https://docs.xfce.org/panel-plugins/xfce4-battery-plugin", "copyright", _("Copyright (c) 2003-2019\n"), "authors", auth, NULL); -- 2.20.1