From 70e79e50d6b54be894f76bca7ba480a56488f196 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Tue, 21 Aug 2018 20:11:38 +0300 Subject: [PATCH] Change the website to point to the wiki page Thanks a lot to @svito for creating the page! --- podcasts-gtk/resources/org.gnome.Podcasts.appdata.xml | 2 +- podcasts-gtk/src/widgets/aboutdialog.rs | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/podcasts-gtk/resources/org.gnome.Podcasts.appdata.xml b/podcasts-gtk/resources/org.gnome.Podcasts.appdata.xml index 3374f97..00b62e0 100644 --- a/podcasts-gtk/resources/org.gnome.Podcasts.appdata.xml +++ b/podcasts-gtk/resources/org.gnome.Podcasts.appdata.xml @@ -26,7 +26,7 @@ - https://gitlab.gnome.org/World/podcasts + https://wiki.gnome.org/Apps/Podcasts jpetridis@gnome.org Jordan Petridis diff --git a/podcasts-gtk/src/widgets/aboutdialog.rs b/podcasts-gtk/src/widgets/aboutdialog.rs index ba17483..8840a70 100644 --- a/podcasts-gtk/src/widgets/aboutdialog.rs +++ b/podcasts-gtk/src/widgets/aboutdialog.rs @@ -31,9 +31,8 @@ pub(crate) fn about_dialog(window: >k::ApplicationWindow) { // and the version number is kept in sync automatically dialog.set_version("0.4.4"); dialog.set_program_name(&i18n("Podcasts")); - // TODO: Need a wiki page first. - // dialog.set_website("https://wiki.gnome.org/Design/Apps/Potential/Podcasts"); - // dialog.set_website_label("Learn more about GNOME Podcasts"); + dialog.set_website("https://wiki.gnome.org/Apps/Podcasts"); + dialog.set_website_label("Learn more about GNOME Podcasts"); dialog.set_transient_for(window); dialog.set_artists(&["Tobias Bernard", "Sam Hewitt"]);