From 56d61e5fa3adb0a883922585bdcb3a985934ed8e Mon Sep 17 00:00:00 2001 From: Kevin Bowen Date: Tue, 12 Nov 2019 21:31:26 -0800 Subject: [PATCH] Update URLs from goodies.x.o to docs.x.o --- panel-plugin/indicator-dialog.c | 2 +- panel-plugin/indicator.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/panel-plugin/indicator-dialog.c b/panel-plugin/indicator-dialog.c index f4be549..15c027c 100644 --- a/panel-plugin/indicator-dialog.c +++ b/panel-plugin/indicator-dialog.c @@ -41,7 +41,7 @@ #include "indicator-dialog.h" #include "indicator-dialog_ui.h" -#define PLUGIN_WEBSITE "https://goodies.xfce.org/projects/panel-plugins/xfce4-indicator-plugin" +#define PLUGIN_WEBSITE "https://docs.xfce.org/panel-plugins/xfce4-indicator-plugin" #ifdef LIBXFCE4UI_CHECK_VERSION #if LIBXFCE4UI_CHECK_VERSION (4,9,0) diff --git a/panel-plugin/indicator.c b/panel-plugin/indicator.c index 42701d5..070bb61 100644 --- a/panel-plugin/indicator.c +++ b/panel-plugin/indicator.c @@ -179,7 +179,7 @@ indicator_show_about (XfcePanelPlugin *plugin) "version", PACKAGE_VERSION, "program-name", PACKAGE_NAME, "comments", _("Provides a panel area for Unity indicators. Indicators allow applications and system services to display their status and interact with the user."), - "website", "https://goodies.xfce.org/projects/panel-plugins/xfce4-indicator-plugin", + "website", "https://docs.xfce.org/panel-plugins/xfce4-indicator-plugin", "copyright", _("Copyright (c) 2009-2013\n"), "authors", auth, NULL); -- 2.20.1