fix: Learn Pattern Language welcome screen button pointing to wrong URL

This commit is contained in:
WerWolv
2022-08-16 09:29:50 +02:00
committed by GitHub
parent 0e2c1f1355
commit e0e4b0a5a9
7 changed files with 7 additions and 7 deletions

View File

@@ -38,7 +38,7 @@ namespace hex::plugin::builtin {
{ "hex.builtin.welcome.learn.latest.link", "https://github.com/WerWolv/ImHex/releases/latest" },
{ "hex.builtin.welcome.learn.pattern.title", "Documentazione dei Pattern" },
{ "hex.builtin.welcome.learn.pattern.desc", "Scopri come scrivere pattern per ImHex con la nostra dettagliata documentazione" },
{ "hex.builtin.welcome.learn.pattern.link", "https://imhex.werwolv.net/docs/pattern_language/pattern_language.html" },
{ "hex.builtin.welcome.learn.pattern.link", "https://imhex.werwolv.net/docs" },
{ "hex.builtin.welcome.learn.plugins.title", "Plugins API" },
{ "hex.builtin.welcome.learn.plugins.desc", "Espandi l'utilizzo di ImHex con i Plugin" },
{ "hex.builtin.welcome.learn.plugins.link", "https://github.com/WerWolv/ImHex/wiki/Plugins-Development-Guide" },