From 3be408d30a92585e31fac11d1fb5bda6277fd475 Mon Sep 17 00:00:00 2001 From: Kevin Bowen Date: Tue, 12 Nov 2019 23:00:34 -0800 Subject: [PATCH] Update URLs from goodies.x.o to docs.x.o (Bug #16170) --- README | 2 ++ configure.ac.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README b/README index 7357e2a..6d1e244 100644 --- a/README +++ b/README @@ -3,6 +3,8 @@ XFce4 Netload plugin - A netload plugin for the Xfce4 desktop environment -- http://www.xfce4.org - +https://docs.xfce.org/panel-plugins/xfce4-netload-plugin + Following operating systems are supported: * Linux diff --git a/configure.ac.in b/configure.ac.in index 958c76e..c9bee7a 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -10,7 +10,7 @@ dnl m4_define([netload_version],[1.3.2]) AC_INIT([xfce4-netload-plugin], [netload_version], - [goodies-dev@xfce.org]) + [xfce-dev@xfce.org]) AM_CONFIG_HEADER([config.h]) AC_CONFIG_MACRO_DIRS([m4]) AC_PREREQ([2.50])