From ca403869aba4716cbd4bc56666eed0f4820db7ed Mon Sep 17 00:00:00 2001 From: WerWolv Date: Wed, 19 Feb 2025 14:46:01 +0100 Subject: [PATCH] fix: Broken Plugin API link --- plugins/builtin/romfs/lang/de_DE.json | 2 +- plugins/builtin/romfs/lang/en_US.json | 2 +- plugins/builtin/romfs/lang/es_ES.json | 2 +- plugins/builtin/romfs/lang/hu_HU.json | 2 +- plugins/builtin/romfs/lang/it_IT.json | 2 +- plugins/builtin/romfs/lang/ja_JP.json | 2 +- plugins/builtin/romfs/lang/ko_KR.json | 2 +- plugins/builtin/romfs/lang/pt_BR.json | 2 +- plugins/builtin/romfs/lang/ru_RU.json | 2 +- plugins/builtin/romfs/lang/zh_CN.json | 2 +- plugins/builtin/romfs/lang/zh_TW.json | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/plugins/builtin/romfs/lang/de_DE.json b/plugins/builtin/romfs/lang/de_DE.json index a2df87ad7..a5b6c0ce7 100644 --- a/plugins/builtin/romfs/lang/de_DE.json +++ b/plugins/builtin/romfs/lang/de_DE.json @@ -1000,7 +1000,7 @@ "hex.builtin.welcome.learn.pattern.link": "https://docs.werwolv.net/pattern-language/", "hex.builtin.welcome.learn.pattern.title": "Pattern Language Dokumentation", "hex.builtin.welcome.learn.plugins.desc": "Erweitere ImHex mit neuen Funktionen mit Plugins", - "hex.builtin.welcome.learn.plugins.link": "https://github.com/WerWolv/ImHex/wiki/Plugins-Development-Guide", + "hex.builtin.welcome.learn.plugins.link": "https://docs.werwolv.net/imhex/common/extending-imhex", "hex.builtin.welcome.learn.plugins.title": "Plugins API", "hex.builtin.welcome.quick_settings.simplified": "Simple Ansicht", "hex.builtin.welcome.start.create_file": "Neue Datei erstellen", diff --git a/plugins/builtin/romfs/lang/en_US.json b/plugins/builtin/romfs/lang/en_US.json index 9ddb2260b..46c37522b 100644 --- a/plugins/builtin/romfs/lang/en_US.json +++ b/plugins/builtin/romfs/lang/en_US.json @@ -1143,7 +1143,7 @@ "hex.builtin.welcome.learn.imhex.link": "https://docs.werwolv.net/imhex/", "hex.builtin.welcome.learn.imhex.title": "ImHex Documentation", "hex.builtin.welcome.learn.plugins.desc": "Extend ImHex with additional features using plugins", - "hex.builtin.welcome.learn.plugins.link": "https://github.com/WerWolv/ImHex/wiki/Plugins-Development-Guide", + "hex.builtin.welcome.learn.plugins.link": "https://docs.werwolv.net/imhex/common/extending-imhex", "hex.builtin.welcome.learn.plugins.title": "Plugins API", "hex.builtin.popup.create_workspace.title": "Create new Workspace", "hex.builtin.popup.create_workspace.desc": "Enter a name for the new Workspace", diff --git a/plugins/builtin/romfs/lang/es_ES.json b/plugins/builtin/romfs/lang/es_ES.json index bb6d9d336..58bd6978b 100644 --- a/plugins/builtin/romfs/lang/es_ES.json +++ b/plugins/builtin/romfs/lang/es_ES.json @@ -994,7 +994,7 @@ "hex.builtin.welcome.learn.pattern.link": "https://docs.werwolv.net/pattern-language/", "hex.builtin.welcome.learn.pattern.title": "Documentación de Pattern Language", "hex.builtin.welcome.learn.plugins.desc": "Extienda ImHex con características adicionales mediante plugins", - "hex.builtin.welcome.learn.plugins.link": "https://github.com/WerWolv/ImHex/wiki/Plugins-Development-Guide", + "hex.builtin.welcome.learn.plugins.link": "https://docs.werwolv.net/imhex/common/extending-imhex", "hex.builtin.welcome.learn.plugins.title": "API de Plugins", "hex.builtin.welcome.quick_settings.simplified": "", "hex.builtin.welcome.start.create_file": "Crear Nuevo Archivo", diff --git a/plugins/builtin/romfs/lang/hu_HU.json b/plugins/builtin/romfs/lang/hu_HU.json index 410104023..45ca872e5 100644 --- a/plugins/builtin/romfs/lang/hu_HU.json +++ b/plugins/builtin/romfs/lang/hu_HU.json @@ -1015,7 +1015,7 @@ "hex.builtin.welcome.learn.imhex.link": "https://docs.werwolv.net/imhex/", "hex.builtin.welcome.learn.imhex.title": "ImHex dokumentáció", "hex.builtin.welcome.learn.plugins.desc": "ImHex funkcióinak bővítése bővítményekkel", - "hex.builtin.welcome.learn.plugins.link": "https://github.com/WerWolv/ImHex/wiki/Plugins-Development-Guide", + "hex.builtin.welcome.learn.plugins.link": "https://docs.werwolv.net/imhex/common/extending-imhex", "hex.builtin.welcome.learn.plugins.title": "Bővítmény API", "hex.builtin.popup.create_workspace.title": "Új munkaterület létrehozása", "hex.builtin.popup.create_workspace.desc": "Adjon nevet az új munkaterületnek", diff --git a/plugins/builtin/romfs/lang/it_IT.json b/plugins/builtin/romfs/lang/it_IT.json index 6add68977..dad096f66 100644 --- a/plugins/builtin/romfs/lang/it_IT.json +++ b/plugins/builtin/romfs/lang/it_IT.json @@ -995,7 +995,7 @@ "hex.builtin.welcome.learn.pattern.link": "https://docs.werwolv.net/pattern-language/", "hex.builtin.welcome.learn.pattern.title": "Documentazione dei Pattern", "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", + "hex.builtin.welcome.learn.plugins.link": "https://docs.werwolv.net/imhex/common/extending-imhex", "hex.builtin.welcome.learn.plugins.title": "Plugins API", "hex.builtin.welcome.quick_settings.simplified": "", "hex.builtin.welcome.start.create_file": "Crea un nuovo File", diff --git a/plugins/builtin/romfs/lang/ja_JP.json b/plugins/builtin/romfs/lang/ja_JP.json index f51fcb7a1..325c959ac 100644 --- a/plugins/builtin/romfs/lang/ja_JP.json +++ b/plugins/builtin/romfs/lang/ja_JP.json @@ -995,7 +995,7 @@ "hex.builtin.welcome.learn.pattern.link": "https://docs.werwolv.net/pattern-language/", "hex.builtin.welcome.learn.pattern.title": "ImHexオリジナル言語について", "hex.builtin.welcome.learn.plugins.desc": "ImHexの機能を拡張する", - "hex.builtin.welcome.learn.plugins.link": "https://github.com/WerWolv/ImHex/wiki/Plugins-Development-Guide", + "hex.builtin.welcome.learn.plugins.link": "https://docs.werwolv.net/imhex/common/extending-imhex", "hex.builtin.welcome.learn.plugins.title": "プラグインAPI", "hex.builtin.welcome.quick_settings.simplified": "", "hex.builtin.welcome.start.create_file": "新規ファイルを作成", diff --git a/plugins/builtin/romfs/lang/ko_KR.json b/plugins/builtin/romfs/lang/ko_KR.json index e08999389..c356de9fd 100644 --- a/plugins/builtin/romfs/lang/ko_KR.json +++ b/plugins/builtin/romfs/lang/ko_KR.json @@ -995,7 +995,7 @@ "hex.builtin.welcome.learn.pattern.link": "https://docs.werwolv.net/pattern-language/", "hex.builtin.welcome.learn.pattern.title": "패턴 언어 문서", "hex.builtin.welcome.learn.plugins.desc": "플러그인을 사용하여 추가 기능으로 ImHex를 확장하세요", - "hex.builtin.welcome.learn.plugins.link": "https://github.com/WerWolv/ImHex/wiki/Plugins-Development-Guide", + "hex.builtin.welcome.learn.plugins.link": "https://docs.werwolv.net/imhex/common/extending-imhex", "hex.builtin.welcome.learn.plugins.title": "플러그인 API", "hex.builtin.welcome.quick_settings.simplified": "단순화", "hex.builtin.welcome.start.create_file": "새 파일 만들기", diff --git a/plugins/builtin/romfs/lang/pt_BR.json b/plugins/builtin/romfs/lang/pt_BR.json index 0e0189a6d..0131866fc 100644 --- a/plugins/builtin/romfs/lang/pt_BR.json +++ b/plugins/builtin/romfs/lang/pt_BR.json @@ -995,7 +995,7 @@ "hex.builtin.welcome.learn.pattern.link": "https://docs.werwolv.net/pattern-language/", "hex.builtin.welcome.learn.pattern.title": "Documentação da linguagem padrão", "hex.builtin.welcome.learn.plugins.desc": "Estenda o ImHex com recursos adicionais usando plugins", - "hex.builtin.welcome.learn.plugins.link": "https://github.com/WerWolv/ImHex/wiki/Plugins-Development-Guide", + "hex.builtin.welcome.learn.plugins.link": "https://docs.werwolv.net/imhex/common/extending-imhex", "hex.builtin.welcome.learn.plugins.title": "Plugins API", "hex.builtin.welcome.quick_settings.simplified": "", "hex.builtin.welcome.start.create_file": "Criar Novo Arquivo", diff --git a/plugins/builtin/romfs/lang/ru_RU.json b/plugins/builtin/romfs/lang/ru_RU.json index 7c2bdda35..08702cd62 100644 --- a/plugins/builtin/romfs/lang/ru_RU.json +++ b/plugins/builtin/romfs/lang/ru_RU.json @@ -1111,7 +1111,7 @@ "hex.builtin.welcome.learn.imhex.link": "https://docs.werwolv.net/imhex/", "hex.builtin.welcome.learn.imhex.title": "Документация ImHex", "hex.builtin.welcome.learn.plugins.desc": "Расширьте возможности ImHex с помощью плагинов", - "hex.builtin.welcome.learn.plugins.link": "https://github.com/WerWolv/ImHex/wiki/Plugins-Development-Guide", + "hex.builtin.welcome.learn.plugins.link": "https://docs.werwolv.net/imhex/common/extending-imhex", "hex.builtin.welcome.learn.plugins.title": "API плагинов", "hex.builtin.popup.create_workspace.title": "Создать новое пространство", "hex.builtin.popup.create_workspace.desc": "Введите имя нового пространства", diff --git a/plugins/builtin/romfs/lang/zh_CN.json b/plugins/builtin/romfs/lang/zh_CN.json index 47d453d8e..ff0fd464f 100644 --- a/plugins/builtin/romfs/lang/zh_CN.json +++ b/plugins/builtin/romfs/lang/zh_CN.json @@ -1058,7 +1058,7 @@ "hex.builtin.welcome.learn.pattern.link": "https://docs.werwolv.net/pattern-language/", "hex.builtin.welcome.learn.pattern.title": "模式文档", "hex.builtin.welcome.learn.plugins.desc": "通过插件扩展 ImHex 获得更多功能", - "hex.builtin.welcome.learn.plugins.link": "https://github.com/WerWolv/ImHex/wiki/Plugins-Development-Guide", + "hex.builtin.welcome.learn.plugins.link": "https://docs.werwolv.net/imhex/common/extending-imhex", "hex.builtin.welcome.learn.plugins.title": "插件 API", "hex.builtin.welcome.nightly_build": "你正在运行ImHex的夜间构建。\n\n请在GitHub问题跟踪器上报告您遇到的任何错误!", "hex.builtin.welcome.quick_settings.simplified": "简化", diff --git a/plugins/builtin/romfs/lang/zh_TW.json b/plugins/builtin/romfs/lang/zh_TW.json index c91f3e09c..4671eeb0c 100644 --- a/plugins/builtin/romfs/lang/zh_TW.json +++ b/plugins/builtin/romfs/lang/zh_TW.json @@ -995,7 +995,7 @@ "hex.builtin.welcome.learn.pattern.link": "https://docs.werwolv.net/pattern-language/", "hex.builtin.welcome.learn.pattern.title": "模式語言說明文件", "hex.builtin.welcome.learn.plugins.desc": " 使用外掛程式來拓展 ImHex 的功能", - "hex.builtin.welcome.learn.plugins.link": "https://github.com/WerWolv/ImHex/wiki/Plugins-Development-Guide", + "hex.builtin.welcome.learn.plugins.link": "https://docs.werwolv.net/imhex/common/extending-imhex", "hex.builtin.welcome.learn.plugins.title": "外掛程式 API", "hex.builtin.welcome.quick_settings.simplified": "", "hex.builtin.welcome.start.create_file": "建立新檔案",