From 7aef9e3fcaa00b28e90b3e9646cc0522bb9c9210 Mon Sep 17 00:00:00 2001 From: Kevin Bowen Date: Tue, 12 Nov 2019 22:54:35 -0800 Subject: [PATCH] Update URLs from goodies.x.o to docs.x.o --- README | 2 ++ panel-plugin/xfce4-mpc-plugin.c | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README b/README index 50357a7..cb3c8c7 100644 --- a/README +++ b/README @@ -1,6 +1,8 @@ Xfce4-Mpc-Plugin ---------------- +https://docs.xfce.org/panel-plugins/xfce4-mpc-plugin + This is a simple Musicpd (http://www.musicpd.org) client plugin for the Xfce panel. Features : - next/stop/play/pause/previous buttons diff --git a/panel-plugin/xfce4-mpc-plugin.c b/panel-plugin/xfce4-mpc-plugin.c index 9fd2c41..e252192 100644 --- a/panel-plugin/xfce4-mpc-plugin.c +++ b/panel-plugin/xfce4-mpc-plugin.c @@ -817,7 +817,7 @@ mpc_show_about(XfcePanelPlugin *plugin, t_mpc* mpc) "version", PACKAGE_VERSION, "program-name", PACKAGE_NAME, "comments", _("A simple panel-plugin client for Music Player Daemon"), - "website", "http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin", + "website", "https://docs.xfce.org/panel-plugins/xfce4-mpc-plugin", "copyright", _("Copyright (c) 2006-2018 Landry Breuil\n"), "authors", auth, NULL); -- 2.20.1