From c7c89da08f7328546e519b21f57ccea58b3b9513 Mon Sep 17 00:00:00 2001 From: Kevin Bowen Date: Wed, 13 Nov 2019 01:19:58 -0800 Subject: [PATCH] Update URLs from goodies.x.o to docs.x.o --- README | 14 +++++++++++++- configure.ac.in | 2 +- panel-plugin/wavelan.c | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/README b/README index f126057..eaa8c2e 100644 --- a/README +++ b/README @@ -1,4 +1,6 @@ -WaveLAN plugin for the XFce4 panel. +xfce4-wavelan-plugin - A WaveLAN plugin for the XFce4 panel. +=================== +https://docs.xfce.org/panel-plugins/xfce4-wavelan-plugin Displays various information about a WaveLAN device: @@ -9,3 +11,13 @@ Displays various information about a WaveLAN device: * Network name (current SSID of the WaveLAN network) At the time of this writing NetBSD, OpenBSD, FreeBSD and Linux are supported. + +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-wavelan-plugin. +You will need to create an account for yourself. + +You can also join the Xfce development mailing-list: +https://mail.xfce.org/mailman/listinfo/xfce4-dev diff --git a/configure.ac.in b/configure.ac.in index 1602220..09bd278 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -11,7 +11,7 @@ m4_define([xwp_version], [xwp_version_major().xwp_version_minor().xwp_version_mi dnl Initial autoconf AC_COPYRIGHT([Copyright (c) 2003-2006 Benedikt Meurer Copyright (c) 2010 Florian Rivoal ]) -AC_INIT([xfce4-wavelan-plugin], [xwp_version], [goodies-dev@xfce.org]) +AC_INIT([xfce4-wavelan-plugin], [xwp_version], [xfce-dev@xfce.org]) AC_PREREQ([2.50]) dnl Initial automake diff --git a/panel-plugin/wavelan.c b/panel-plugin/wavelan.c index 61001bb..0da829e 100644 --- a/panel-plugin/wavelan.c +++ b/panel-plugin/wavelan.c @@ -652,7 +652,7 @@ wavelan_show_about (XfcePanelPlugin *plugin, t_wavelan *wavelan) "version", PACKAGE_VERSION, "program-name", PACKAGE_NAME, "comments", _("View the status of a wireless network"), - "website", "https://goodies.xfce.org/projects/panel-plugins/xfce4-wavelan-plugin", + "website", "https://docs.xfce.org/panel-plugins/xfce4-wavelan-plugin", "copyright", "Copyright (c) 2003-2004 Benedikt Meurer\n", "authors", auth, NULL); -- 2.20.1