diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-10-12 23:26:16 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-10-12 23:26:16 +0200 |
commit | ab6a991de2bc02d904f1e5a2d8fec1d2d2259c2f (patch) | |
tree | a57f3c7e929154791e9ac36864fdb68dbc88845d /doc | |
parent | 2dbc2830237bb94d536488822f160fbf0fe2c8a9 (diff) | |
download | weechat-ab6a991de2bc02d904f1e5a2d8fec1d2d2259c2f.zip |
doc: fix language in links to plugin API reference (scripting guide)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/it/weechat_scripting.it.adoc | 4 | ||||
-rw-r--r-- | 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 | |