[accerciser: 1/2] Validate: fix the wiki URL to Accerciser pages




commit b559e4f249216a944846dc817748ac367281ece5
Author: Federico Mena Quintero <federico gnome org>
Date:   Mon Mar 28 20:07:47 2022 -0600

    Validate: fix the wiki URL to Accerciser pages
    
    Accerciser's page got moved under Apps a while ago; also, the wiki is
    now wiki.gnome.org instead of live.gnome.org.

 plugindata/validate/basic.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plugindata/validate/basic.py b/plugindata/validate/basic.py
index 161a7a9..d6952a7 100644
--- a/plugindata/validate/basic.py
+++ b/plugindata/validate/basic.py
@@ -8,7 +8,7 @@ __metadata__ = {
   'name': _('Basic'),
   'description': _('Tests fundamental GUI application accessibility')}
 
-URL_BASE = 'http://live.gnome.org/Accerciser/Validate#'
+URL_BASE = 'https://wiki.gnome.org/Apps/Accerciser/Validate#'
 
 
 class ActionIsInteractive(Validator):


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