From ab6a991de2bc02d904f1e5a2d8fec1d2d2259c2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 12 Oct 2019 23:26:16 +0200 Subject: [PATCH] doc: fix language in links to plugin API reference (scripting guide) --- doc/it/weechat_scripting.it.adoc | 4 ++-- doc/ja/weechat_scripting.ja.adoc | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/it/weechat_scripting.it.adoc b/doc/it/weechat_scripting.it.adoc index 8c7dba6e3..62e367020 100644 --- a/doc/it/weechat_scripting.it.adoc +++ b/doc/it/weechat_scripting.it.adoc @@ -115,7 +115,7 @@ receive a string of type `str` or `bytes` (this list is not exhaustive): It is recommended to use modifier `irc_in2_yyy` instead, the string received is always UTF-8 valid. + See function `hook_modifier` in the - link:weechat_plugin_api.en.html#_hook_modifier[WeeChat plugin API reference]. + link:weechat_plugin_api.it.html#_hook_modifier[WeeChat plugin API reference]. | hook_signal | xxx,irc_out_yyy + @@ -130,7 +130,7 @@ receive a string of type `str` or `bytes` (this list is not exhaustive): It is recommended to use signal `xxx,irc_out1_yyy` instead, the string received is always UTF-8 valid. + See function `hook_signal` in the - link:weechat_plugin_api.en.html#_hook_signal[WeeChat plugin API reference]. + link:weechat_plugin_api.it.html#_hook_signal[WeeChat plugin API reference]. | hook_process + hook_process_hashtable | diff --git a/doc/ja/weechat_scripting.ja.adoc b/doc/ja/weechat_scripting.ja.adoc index b9ea20136..d06356507 100644 --- a/doc/ja/weechat_scripting.ja.adoc +++ b/doc/ja/weechat_scripting.ja.adoc @@ -112,7 +112,7 @@ receive a string of type `str` or `bytes` (this list is not exhaustive): It is recommended to use modifier `irc_in2_yyy` instead, the string received is always UTF-8 valid. + See function `hook_modifier` in the - link:weechat_plugin_api.en.html#_hook_modifier[WeeChat plugin API reference]. + link:weechat_plugin_api.ja.html#_hook_modifier[WeeChat plugin API reference]. | hook_signal | xxx,irc_out_yyy + @@ -127,7 +127,7 @@ receive a string of type `str` or `bytes` (this list is not exhaustive): It is recommended to use signal `xxx,irc_out1_yyy` instead, the string received is always UTF-8 valid. + See function `hook_signal` in the - link:weechat_plugin_api.en.html#_hook_signal[WeeChat plugin API reference]. + link:weechat_plugin_api.ja.html#_hook_signal[WeeChat plugin API reference]. | hook_process + hook_process_hashtable |