diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-10-19 21:33:16 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-10-19 21:33:16 +0200 |
commit | 4d645fcdc9cb9b5f943d2b656d363cb38e454d0c (patch) | |
tree | f28695e48d1e15a5598210b7087fc4513edd4448 | |
parent | d79b106361a85439024decb5ba81a00b6b93aba7 (diff) | |
download | weechat-4d645fcdc9cb9b5f943d2b656d363cb38e454d0c.zip |
doc: fix language in links to other docs
-rw-r--r-- | doc/fr/weechat_scripting.fr.adoc | 2 | ||||
-rw-r--r-- | doc/it/weechat_plugin_api.it.adoc | 2 | ||||
-rw-r--r-- | doc/ja/weechat_plugin_api.ja.adoc | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/fr/weechat_scripting.fr.adoc b/doc/fr/weechat_scripting.fr.adoc index a8d732461..f481640f7 100644 --- a/doc/fr/weechat_scripting.fr.adoc +++ b/doc/fr/weechat_scripting.fr.adoc @@ -67,7 +67,7 @@ Si quelque chose doit être lancé en arrière-plan, la fonction `+hook_process+ peut être utilisée. Voir l'exemple dans le chapitre <<hook_process,Lancer un processus en tâche de fond>> et la documentation sur la fonction `+hook_process+` dans la -link:weechat_plugin_api.en.html#_hook_process[Référence API extension WeeChat ^↗^,window=_blank]. +link:weechat_plugin_api.fr.html#_hook_process[Référence API extension WeeChat ^↗^,window=_blank]. [[languages_specificities]] === Spécificités des langages diff --git a/doc/it/weechat_plugin_api.it.adoc b/doc/it/weechat_plugin_api.it.adoc index 072516908..78cf72caa 100644 --- a/doc/it/weechat_plugin_api.it.adoc +++ b/doc/it/weechat_plugin_api.it.adoc @@ -15879,7 +15879,7 @@ bar = weechat.bar_new("mybar", "off", "100", "window", "", "top", "horizontal", With WeeChat ≥ 2.9, in Ruby, the 4 colors (color_fg, color_delim, color_bg, color_bg_inactive) must be given in an array of 4 strings (due to a Ruby limitation of 15 arguments by function), see the -link:++weechat_scripting.en.html#_ruby++[WeeChat scripting guide ^↗^,window=_blank] +link:++weechat_scripting.it.html#_ruby++[WeeChat scripting guide ^↗^,window=_blank] for more info. ==== bar_set diff --git a/doc/ja/weechat_plugin_api.ja.adoc b/doc/ja/weechat_plugin_api.ja.adoc index 11e5e3868..2eec03bc0 100644 --- a/doc/ja/weechat_plugin_api.ja.adoc +++ b/doc/ja/weechat_plugin_api.ja.adoc @@ -15331,7 +15331,7 @@ bar = weechat.bar_new("mybar", "off", "100", "window", "", "top", "horizontal", With WeeChat ≥ 2.9, in Ruby, the 4 colors (color_fg, color_delim, color_bg, color_bg_inactive) must be given in an array of 4 strings (due to a Ruby limitation of 15 arguments by function), see the -link:++weechat_scripting.en.html#_ruby++[WeeChat scripting guide ^↗^,window=_blank] +link:++weechat_scripting.ja.html#_ruby++[WeeChat scripting guide ^↗^,window=_blank] for more info. ==== bar_set |