[Xfce4-commits] [panel-plugins/xfce4-sample-plugin] 01/02: Update documentation url
noreply at xfce.org
noreply at xfce.org
Thu Nov 21 13:38:00 CET 2019
This is an automated email from the git hooks/post-receive script.
s k u n n y k 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-sample-plugin.
commit f536aa20449c0b2cf1820159064b27d912ecc9ae
Author: Romain Bouvier <skunnyk at alteroot.org>
Date: Sat Nov 16 19:56:36 2019 +0100
Update documentation url
---
README | 4 ++--
configure.ac.in | 4 ++--
panel-plugin/sample-dialogs.c | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/README b/README
index e246096..ef67efb 100644
--- a/README
+++ b/README
@@ -11,12 +11,12 @@ Installation
The file 'INSTALL' contains generic installation instructions. For more
detailed information, visit the Sample plugin website at
-http://goodies.xfce.org/projects/panel-plugins/xfce4-sample-plugin
+https://docs.xfce.org/panel-plugins/xfce4-sample-plugin
How to report bugs?
===================
Bugs should be reported to the Xfce bug tracking system
-(http://bugzilla.xfce.org, product 'Xfce Panel Plugins', Component
+(https://bugzilla.xfce.org, product 'Xfce Panel Plugins', Component
'Sample plugin'). You will need to create an account for yourself.
diff --git a/configure.ac.in b/configure.ac.in
index b8e7d77..a2ef2c6 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -2,7 +2,7 @@ dnl $Id$
dnl
dnl xfce4-sample-plugin - A sample plugin for the Xfce panel
dnl
-dnl 2017 John Doo <john at foo.org>
+dnl 2019 John Doo <john at foo.org>
dnl
dnl ***************************
@@ -21,7 +21,7 @@ AC_CONFIG_MACRO_DIR([m4])
dnl ***************************
dnl *** Initialize autoconf ***
dnl ***************************
-AC_COPYRIGHT([Copyright (C) 2017
+AC_COPYRIGHT([Copyright (C) 2019
The Xfce development team. All rights reserved.])
AC_INIT([xfce4-sample-plugin], [sample_version], [https://bugzilla.xfce.org/], [xfce4-sample-plugin])
AC_PREREQ([2.50])
diff --git a/panel-plugin/sample-dialogs.c b/panel-plugin/sample-dialogs.c
index b046883..e7dc02b 100644
--- a/panel-plugin/sample-dialogs.c
+++ b/panel-plugin/sample-dialogs.c
@@ -31,7 +31,7 @@
#include "sample-dialogs.h"
/* the website url */
-#define PLUGIN_WEBSITE "http://goodies.xfce.org/projects/panel-plugins/xfce4-sample-plugin"
+#define PLUGIN_WEBSITE "https://docs.xfce.org/panel-plugins/xfce4-sample-plugin"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list