From 16d274506110b75d1706ff5ef1f263e161488b7f Mon Sep 17 00:00:00 2001 From: Kevin Bowen Date: Tue, 12 Nov 2019 23:10:20 -0800 Subject: [PATCH] Update URLs from goodies.x.o to docs.x.o --- README | 6 +++--- configure.ac.in | 2 +- lib/application.vala | 4 ++-- src/defines.h | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README b/README index 2fc2e7c..42838bf 100644 --- a/README +++ b/README @@ -44,7 +44,7 @@ want to access your notes by cycling to them (Alt+Tab by default). Homepage ---------- -http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin +https://docs.xfce.org/panel-plugins/xfce4-notes-plugin Dependencies @@ -76,6 +76,6 @@ Select the product “Xfce Panel Plugins” and the component “notes”. Feature requests are always welcome. -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 b9cb495..da19837 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -15,7 +15,7 @@ m4_define([xfce4_notes_plugin_version], [xfce4_notes_plugin_version_major().xfce AC_PREREQ([2.50]) AC_INIT([Notes], [xfce4_notes_plugin_version], [http://bugzilla.xfce.org/], [xfce4-notes-plugin], - [http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin]) + [https://docs.xfce.org/panel-plugins/xfce4-notes-plugin]) AC_REVISION([xfce4_notes_plugin_version_build]) AC_CANONICAL_TARGET() AC_CONFIG_HEADERS([config.h]) diff --git a/lib/application.vala b/lib/application.vala index 9f0370a..3d97741 100644 --- a/lib/application.vala +++ b/lib/application.vala @@ -726,8 +726,8 @@ namespace Xnp { "version", Config.PACKAGE_VERSION, "copyright", "Copyright © 2003-2010 The Xfce development team", "license", Xfce.get_license_text (Xfce.LicenseTextType.GPL), - "website", "http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin", - "website-label", "goodies.xfce.org", + "website", "https://docs.xfce.org/panel-plugins/xfce4-notes-plugin", + "website-label", "docs.xfce.org", "authors", authors, "translator-credits", _("translator-credits"), null); diff --git a/src/defines.h b/src/defines.h index 678fc47..cc68b78 100644 --- a/src/defines.h +++ b/src/defines.h @@ -19,7 +19,7 @@ #ifndef DEFINES_H #define DEFINES_H -#define PLUGIN_WEBSITE "http://goodies.xfce.org/projects/panel-plugins/xfce4-notes-plugin" +#define PLUGIN_WEBSITE "https://docs.xfce.org/panel-plugins/xfce4-notes-plugin" #define PLUGIN_XFCONF_CHANNEL "xfce4-notes-plugin" #define BORDER 6 -- 2.20.1