summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/it/weechat_scripting.it.adoc4
-rw-r--r--doc/ja/weechat_scripting.ja.adoc4
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 |