[gnome-software/gnome-3-20] fedora distro upgrades: Update the "Learn More" link



commit 4bd5b1b5cfa3d9dc3d382e21647a25b3eaee6c80
Author: Kalev Lember <klember redhat com>
Date:   Tue Jun 14 10:33:40 2016 +0200

    fedora distro upgrades: Update the "Learn More" link
    
    Point it to a Fedora Magazine article about F24.
    
    https://bugzilla.redhat.com/show_bug.cgi?id=1346027

 src/plugins/gs-plugin-fedora-distro-upgrades.c |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/src/plugins/gs-plugin-fedora-distro-upgrades.c b/src/plugins/gs-plugin-fedora-distro-upgrades.c
index 346cda7..0a85740 100644
--- a/src/plugins/gs-plugin-fedora-distro-upgrades.c
+++ b/src/plugins/gs-plugin-fedora-distro-upgrades.c
@@ -364,10 +364,9 @@ gs_plugin_add_distro_upgrades (GsPlugin *plugin,
                gs_app_set_icon (app, ic);
                gs_app_set_management_plugin (app, "packagekit");
 
-               /* just use the release notes */
-               url = g_strdup_printf ("https://docs.fedoraproject.org/en-US/";
-                                      "Fedora/%i/html/Release_Notes/",
-                                      distro_info->version);
+               /* show a Fedora magazine article for the release */
+               url = g_strdup_printf ("https://fedoramagazine.org/whats-new-fedora-%d-workstation";,
+                                      distro_info->version);
                gs_app_set_url (app, AS_URL_KIND_HOMEPAGE, url);
 
                /* use a fancy background */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]