1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

doc: fix language in links to plugin API reference (scripting guide)

This commit is contained in:
Sébastien Helleu
2019-10-12 23:26:16 +02:00
parent 2dbc283023
commit ab6a991de2
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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 |
+2 -2
View File
@@ -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 |