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



commit da19a0918be44d8166af15b559c916b62400e09c
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 3fd78b6..8a3aca3 100644
--- a/src/plugins/gs-plugin-fedora-distro-upgrades.c
+++ b/src/plugins/gs-plugin-fedora-distro-upgrades.c
@@ -391,10 +391,9 @@ gs_plugin_add_distro_upgrades (GsPlugin *plugin,
                gs_app_add_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]