[gnome-shell/wip/cdavis/about-window] extensions-app: Use apps.gnome.org as website



commit 76141816be4f12e642785f38cb07a24e73258981
Author: Christopher Davis <christopherdavis gnome org>
Date:   Wed Jul 13 17:10:25 2022 -0400

    extensions-app: Use apps.gnome.org as website
    
    apps.gnome.org provides a more user-friendly overview of
    the Extensions app than linking to the source code.

 subprojects/extensions-app/js/main.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/subprojects/extensions-app/js/main.js b/subprojects/extensions-app/js/main.js
index 670e4eb689..98922363d1 100644
--- a/subprojects/extensions-app/js/main.js
+++ b/subprojects/extensions-app/js/main.js
@@ -216,7 +216,7 @@ var ExtensionsWindow = GObject.registerClass({
             application_icon: Package.name,
             version: Package.version,
             developer_name: _('The GNOME Project'),
-            website: 'https://gitlab.gnome.org/GNOME/gnome-shell/-/tree/HEAD/subprojects/extensions-app',
+            website: 'https://apps.gnome.org/app/org.gnome.Extensions/',
             issue_url: 'https://gitlab.gnome.org/GNOME/gnome-shell/issues/new',
 
             transient_for: this,


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