From 7203c76084ad4f54769ad2558f1594ff37f0c48d Mon Sep 17 00:00:00 2001 From: Kevin Bowen Date: Tue, 12 Nov 2019 20:12:26 -0800 Subject: [PATCH] Update URLs from goodies.x.o to docs.x.o --- README | 2 +- panel-plugin/main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 53ae2c0..4864c6a 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ Disk performance XFce4 panel plugin (DiskPerf) ============================================== - +Documentation: https://docs.xfce.org/panel-plugins/xfce4-diskperf-plugin 1 - Description ----------- diff --git a/panel-plugin/main.c b/panel-plugin/main.c index 3fa07d5..880239f 100644 --- a/panel-plugin/main.c +++ b/panel-plugin/main.c @@ -944,7 +944,7 @@ static void About (Widget_t w, void *unused) "version", PACKAGE_VERSION, "program-name", PACKAGE_NAME, "comments", _("Diskperf monitor displays instantaneous disk I/O transfer rates and busy times"), - "website", "https://goodies.xfce.org/projects/panel-plugins/xfce4-diskperf-plugin", + "website", "https://docs.xfce.org/panel-plugins/xfce4-diskperf-plugin", "copyright", _("Copyright (c) 2003, 2004 Roger Seguin"), "authors", auth, NULL); if(icon) -- 2.20.1