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"]);