[gnome-tweaks] Use `HEAD` instead of `main` in GNOME Extensions link



commit 6f79a72e2568215898e9e8475638cf6dfcb0fe20
Author: Evan Welsh <contact evanwelsh com>
Date:   Sun Oct 31 01:37:34 2021 +0000

    Use `HEAD` instead of `main` in GNOME Extensions link
    
    `HEAD` will survive branch renames

 gtweak/app.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gtweak/app.py b/gtweak/app.py
index b1afe2f..64bb250 100644
--- a/gtweak/app.py
+++ b/gtweak/app.py
@@ -27,7 +27,7 @@ class ExtensionNotice(Gtk.MessageDialog):
             "{0}\n\n{1}".format(
                 # Translators: Placeholder will be replaced with "GNOME Extensions" in active link form
                 _("Extensions management has been moved to {0}.").format(
-                    '<a 
href="https://gitlab.gnome.org/GNOME/gnome-shell/-/blob/main/subprojects/extensions-app/README.md";>GNOME 
Extensions</a>',
+                    '<a 
href="https://gitlab.gnome.org/GNOME/gnome-shell/-/blob/HEAD/subprojects/extensions-app/README.md";>GNOME 
Extensions</a>',
                 ),
                 # Translators: Placeholder will be replaced with "Flathub" in active link form
                 _("We recommend downloading GNOME Extensions from {0} if your distribution does not include 
it.").format(


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