From c948af62a86ad19ed87c8914867072b24bf37016 Mon Sep 17 00:00:00 2001 From: Kevin Bowen Date: Tue, 12 Nov 2019 23:18:55 -0800 Subject: [PATCH] Update URLs from goodies.x.o to docs.x.o --- README | 2 ++ panel-plugin/pulseaudio-plugin.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README b/README index 4a0bb5b..3c90695 100644 --- a/README +++ b/README @@ -1,6 +1,8 @@ Xfce PulseAudio Panel Plugin ============================ +https://docs.xfce.org/panel-plugins/xfce4-pulseaudio-plugin + The Xfce PulseAudio Plugin is a plugin for the Xfce panel which provides a convenient way to adjust the audio volume of the [PulseAudio sound system][1] and to an auto mixer tool like pavucontrol. It can optionally handle diff --git a/panel-plugin/pulseaudio-plugin.c b/panel-plugin/pulseaudio-plugin.c index 6879845..1bd7aa7 100644 --- a/panel-plugin/pulseaudio-plugin.c +++ b/panel-plugin/pulseaudio-plugin.c @@ -239,7 +239,7 @@ pulseaudio_plugin_show_about (XfcePanelPlugin *plugin) "version", PACKAGE_VERSION, "program-name", PACKAGE_NAME, "comments", _("Adjust the audio volume of the PulseAudio sound system"), - "website", "http://goodies.xfce.org/projects/panel-plugins/xfce4-pulseaudio-plugin", + "website", "https://docs.xfce.org/panel-plugins/xfce4-pulseaudio-plugin", "copyright", _("Copyright \xc2\xa9 2014-2017 Andrzej Radecki et al.\n"), "authors", auth, NULL); -- 2.20.1