[Xfce4-commits] [panel-plugins/xfce4-clipman-plugin] 01/01: Update support URLs from goodies to docs.xfce.org (Bug #16141)
noreply at xfce.org
noreply at xfce.org
Tue Nov 12 12:13:34 CET 2019
This is an automated email from the git hooks/post-receive script.
o c h o s i p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository panel-plugins/xfce4-clipman-plugin.
commit 02799230822f038c75b25c61e64ae47333b7831d
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Tue Nov 12 12:12:03 2019 +0100
Update support URLs from goodies to docs.xfce.org (Bug #16141)
---
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..22dc2e0 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 @@
</screenshot>
</screenshots>
- <url type="homepage">http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin</url>
+ <url type="homepage">https://docs.xfce.org/panel-plugins/xfce4-clipman-plugin</url>
<url type="bugtracker">https://bugzilla.xfce.org/</url>
- <url type="help">http://docs.xfce.org/panel-plugins/clipman/start</url>
+ <url type="help">https://docs.xfce.org/panel-plugins/xfce4-clipman-plugin</url>
<updatecontact>xfce4-dev at xfce.org</updatecontact>
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"),
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list