diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-08-21 23:35:04 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-08-21 23:35:04 +0200 |
commit | 7a1511001e926a4ef39ea0abbda35b4c5bd0d441 (patch) | |
tree | dd20eab82bbc185c38083b61170951fabae660aa /doc/en | |
parent | 557beb47b5c536a633586543ac8be1645cf3497e (diff) | |
download | weechat-7a1511001e926a4ef39ea0abbda35b4c5bd0d441.zip |
doc: add links to other docs in scripting guide
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/weechat_scripting.en.adoc | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/en/weechat_scripting.en.adoc b/doc/en/weechat_scripting.en.adoc index 7d97b7f1b..cdfe28231 100644 --- a/doc/en/weechat_scripting.en.adoc +++ b/doc/en/weechat_scripting.en.adoc @@ -221,8 +221,8 @@ directory is automatically created. == Differences with C API Script API is almost the same as C plugin API. -You can look at _WeeChat Plugin API Reference_ for detail about each function -in API: prototype, arguments, return values, examples. +You can look at link:weechat_plugin_api.en.html[WeeChat plugin API reference] +for detail about each function in API: prototype, arguments, return values, examples. It's important to make difference between a _plugin_ and a _script_: a _plugin_ is a binary file compiled and loaded with command `/plugin`, whereas @@ -374,8 +374,8 @@ weechat.hook_timer(1000, 0, 1, "timer_cb", "test"); [[script_api]] == Script API -For more information about functions in API, please read -_WeeChat Plugin API Reference_. +For more information about functions in API, please read the +link:weechat_plugin_api.en.html[WeeChat plugin API reference]. [[script_api_functions]] === Functions @@ -683,8 +683,8 @@ List of constants in script API: == Common tasks This chapter shows some common tasks, with examples. -Only partial things in API are used here, for full reference, see -_WeeChat Plugin API Reference_. +Only partial things in API are used here, for full reference, see the +link:weechat_plugin_api.en.html[WeeChat plugin API reference]. [[buffers]] === Buffers @@ -945,7 +945,8 @@ weechat.hook_process_hashtable("url:https://weechat.org/files/src/weechat-devel. ---- For more information about URL transfer and available options, see functions -`hook_process` and `hook_process_hashtable` in _WeeChat Plugin API Reference_. +`hook_process` and `hook_process_hashtable` in +link:weechat_plugin_api.en.html#_hook_process[WeeChat plugin API reference]. [[config_options]] === Config / options |