From c4dcda461879fa32e31f1ab5e36e96ccb9dc79e7 Mon Sep 17 00:00:00 2001 From: Kevin Bowen Date: Mon, 11 Nov 2019 16:16:45 -0800 Subject: [PATCH] Update support URLs from goodies.xfce.org to docs.xfce.org --- README | 6 +++--- configure.ac.in | 2 +- data/appdata/xfce4-clipman.appdata.xml.in | 4 ++-- panel-plugin/plugin.c | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README b/README index af157cf..09cf202 100644 --- a/README +++ b/README @@ -10,7 +10,7 @@ actions on specific text selection by matching them against regexes. Homepage ---------- -http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin/ +https://docs.xfce.org/panel-plugins/xfce4-clipman-plugin Dependencies @@ -46,5 +46,5 @@ See the INSTALL file for more instructions. You can report bugs and feature requests at http://bugs.xfce.org. Choose the product Xfce Panel Plugins and the component clipman. -You can also join the Xfce Goodies mailing-list: -http://foo-projects.org/mailman/listinfo/goodies-dev. +You can also join the Xfce development mailing-list: +https://mail.xfce.org/mailman/listinfo/xfce4-dev diff --git a/configure.ac.in b/configure.ac.in index 6e54d86..a9f3236 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -22,7 +22,7 @@ dnl *************************** AC_COPYRIGHT([Copyright (c) 2005-2016 The Xfce development team. All rights reserved.]) AC_INIT([Clipman], [project_version], [http://bugzilla.xfce.org/], [xfce4-clipman-plugin], - [http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin]) + [https://docs.xfce.org/panel-plugins/xfce4-clipman-plugin]) AC_CONFIG_HEADERS([config.h]) AC_PREREQ([2.50]) AC_CANONICAL_TARGET() diff --git a/data/appdata/xfce4-clipman.appdata.xml.in b/data/appdata/xfce4-clipman.appdata.xml.in index 2731e58..fa78c29 100644 --- a/data/appdata/xfce4-clipman.appdata.xml.in +++ b/data/appdata/xfce4-clipman.appdata.xml.in @@ -22,9 +22,9 @@ - http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin + https://docs.xfce.org/panel-plugins/xfce4-clipman-plugin https://bugzilla.xfce.org/ - http://docs.xfce.org/panel-plugins/clipman/start + https://docs.xfce.org/panel-plugins/xfce4-clipman-plugin xfce4-dev@xfce.org diff --git a/panel-plugin/plugin.c b/panel-plugin/plugin.c index 04694b3..c53c2f6 100644 --- a/panel-plugin/plugin.c +++ b/panel-plugin/plugin.c @@ -334,8 +334,8 @@ plugin_about (MyPlugin *plugin) "version", PACKAGE_VERSION, "copyright", "Copyright © 2003-2016 The Xfce development team", "license", license, - "website", "http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin", - "website-label", "goodies.xfce.org", + "website", "https://docs.xfce.org/panel-plugins/xfce4-clipman-plugin", + "website-label", "docs.xfce.org", "authors", authors, "documenters", documenters, "translator-credits", _("translator-credits"), -- 2.20.1