From ffb1f42b2e857dff441ad7e2538caf2edbd40ec2 Mon Sep 17 00:00:00 2001 From: Kevin Bowen Date: Wed, 13 Nov 2019 01:37:34 -0800 Subject: [PATCH] Update URLs from goodies.x.o to docs.x.o --- README | 14 +++++++++++++- panel-plugin/xkb-dialog.c | 2 +- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/README b/README index 83f3fb1..ed79daf 100644 --- a/README +++ b/README @@ -1,4 +1,6 @@ -Xfce4 XKB Layouts panel plugin. +xfce4-xkb-plugin - An Xfce4 XKB Layouts panel plugin. +=================== +https://docs.xfce.org/panel-plugins/xfce4-xkb-plugin Information =========== @@ -52,3 +54,13 @@ Contact Send any question, suggestions, etc. to me, Azamat H. Hackimov (azamat.hackimov@gmail.com). + +How to report bugs? +=================== + +You can report bugs and feature requests at http://bugzilla.xfce.org. +Choose the product Panel Plugins and the component xfce4-xkb-plugin. +You will need to create an account for yourself. + +You can also join the Xfce development mailing-list: +https://mail.xfce.org/mailman/listinfo/xfce4-dev diff --git a/panel-plugin/xkb-dialog.c b/panel-plugin/xkb-dialog.c index b604407..67ff164 100644 --- a/panel-plugin/xkb-dialog.c +++ b/panel-plugin/xkb-dialog.c @@ -293,7 +293,7 @@ xkb_dialog_about_show (void) "program-name", _("Keyboard Layouts Plugin"), "version", PACKAGE_VERSION, "comments", _("Allows you to configure and use multiple keyboard layouts."), - "website", "https://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin", + "website", "https://docs.xfce.org/panel-plugins/xfce4-xkb-plugin", "license", xfce_get_license_text (XFCE_LICENSE_TEXT_GPL), "authors", authors, NULL); -- 2.20.1