From 0210b949c859cc00a64b91355255616e6865576f Mon Sep 17 00:00:00 2001 From: Kevin Bowen Date: Wed, 13 Nov 2019 00:19:30 -0800 Subject: [PATCH] Update URLs from goodies.x.o to docs.x.o --- README | 6 +++++- panel-plugin/sn-plugin.c | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README b/README index 1af1775..9939f0a 100644 --- a/README +++ b/README @@ -1,5 +1,6 @@ What is it? =========== +https://docs.xfce.org/panel-plugins/xfce4-statusnotifier-plugin A panel plugin which provides an area for status notifier items (application indicators). @@ -11,5 +12,8 @@ The file 'INSTALL' contains generic installation instructions. 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-statusnotifier-plugin. -Report bugs to the author directly, until a bugtracker is available. +You can also join the Xfce development mailing-list: +https://mail.xfce.org/mailman/listinfo/xfce4-dev diff --git a/panel-plugin/sn-plugin.c b/panel-plugin/sn-plugin.c index f503b30..41bca92 100644 --- a/panel-plugin/sn-plugin.c +++ b/panel-plugin/sn-plugin.c @@ -182,7 +182,7 @@ sn_plugin_show_about (XfcePanelPlugin *panel_plugin) "version", PACKAGE_VERSION, "program-name", PACKAGE_NAME, "comments", _("Provides a panel area for status notifier items (application indicators)"), - "website", "https://goodies.xfce.org/projects/panel-plugins/xfce4-statusnotifier-plugin", + "website", "https://docs.xfce.org/panel-plugins/xfce4-statusnotifier-plugin", "authors", auth, NULL); -- 2.20.1