From 702518e8f4eb8f62456ddbbaa5c731f69f16fd3b Mon Sep 17 00:00:00 2001 From: Kevin Bowen Date: Wed, 13 Nov 2019 00:49:59 -0800 Subject: [PATCH] Update URLs from goodies.x.o to docs.x.o --- README | 15 +++++++++++++-- panel-plugin/systemload.c | 2 +- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/README b/README index 353ebaa..640d437 100644 --- a/README +++ b/README @@ -1,4 +1,15 @@ -System Load plugin for XFce4. +xfce4-systemload-plugin - A System Load plugin for Xfce4. +================== +https://docs.xfce.org/panel-plugins/xfce4-systemload-plugin This plugin displays the current system load on -the XFce4 panel. +the Xfce4 panel. + +How to report bugs? +=================== + +You can report bugs and feature requests at http://bugzilla.xfce.org. +Choose the product Panel Plugins and the component xfce4-systemload-plugin. + +You can also join the Xfce development mailing-list: +https://mail.xfce.org/mailman/listinfo/xfce4-dev diff --git a/panel-plugin/systemload.c b/panel-plugin/systemload.c index c6174b8..4e1da17 100644 --- a/panel-plugin/systemload.c +++ b/panel-plugin/systemload.c @@ -945,7 +945,7 @@ monitor_show_about(XfcePanelPlugin *plugin, t_global_monitor *global) "version", PACKAGE_VERSION, "program-name", PACKAGE_NAME, "comments", _("Monitor CPU load, swap usage and memory footprint"), - "website", "http://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin", + "website", "https://docs.xfce.org/panel-plugins/xfce4-systemload-plugin", "copyright", _("Copyright (c) 2003-2018\n"), "authors", auth, NULL); -- 2.20.1