From f26b77d15b39bee499fdfd54723d46155d74ea13 Mon Sep 17 00:00:00 2001 From: Elfing Date: Sat, 15 Feb 2025 10:18:02 +0100 Subject: [PATCH] fix: Update Url WarriorLegend --- src/plugins/french/warriorlegendtrad.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/french/warriorlegendtrad.ts b/src/plugins/french/warriorlegendtrad.ts index 2a761468e..eaa4dd152 100644 --- a/src/plugins/french/warriorlegendtrad.ts +++ b/src/plugins/french/warriorlegendtrad.ts @@ -9,8 +9,8 @@ class WarriorLegendTradPlugin implements Plugin.PluginBase { id = 'warriorlegendtrad'; name = 'Warrior Legend Trad'; icon = 'src/fr/warriorlegendtrad/icon.png'; - site = 'https://warriorlegendtrad.fr'; - version = '1.0.0'; + site = 'https://warriorlegendtrad.wordpress.com'; + version = '1.0.1'; regexAuthors = [/Auteur\u00A0:([^\n]*)/];