From 20d4f8db1018e4849ba39f4f39f8a177e4aac14e Mon Sep 17 00:00:00 2001 From: Kevin Bowen Date: Tue, 12 Nov 2019 22:47:50 -0800 Subject: [PATCH] Update URLs from goodies.x.o to docs.x.o --- README | 3 ++- panel-plugin/mount-plugin.c | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README b/README index 4b9acd3..7059a36 100644 --- a/README +++ b/README @@ -1,7 +1,8 @@ # ================================================ # -# Version 1.1.0. for Xfce Panel 4.12.0 and higher # +# Version 1.1.0. for Xfce Panel 4.12.0 and higher # # Ported and maintained by Fabian Nowak and others # # ================================================ # +https://docs.xfce.org/panel-plugins/xfce4-mount-plugin xfce4-mount-plugin - version 1.1.0 diff --git a/panel-plugin/mount-plugin.c b/panel-plugin/mount-plugin.c index 2b5683b..f3e0eb2 100644 --- a/panel-plugin/mount-plugin.c +++ b/panel-plugin/mount-plugin.c @@ -1088,7 +1088,7 @@ mounter_show_about(XfcePanelPlugin *plugin, t_mounter *mt) "version", PACKAGE_VERSION, "program-name", PACKAGE_NAME, "comments", _("Show partitions/devices and allow to mount/unmount them"), - "website", "https://goodies.xfce.org/projects/panel-plugins/xfce4-mount-plugin", + "website", "https://docs.xfce.org/panel-plugins/xfce4-mount-plugin", "copyright", _("Copyright (c) 2005-2018\n"), "authors", auth, NULL); // TODO: add translators. -- 2.20.1