summaryrefslogtreecommitdiff
path: root/doc/en/weechat_scripting.en.txt
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2013-05-23 15:21:41 +0200
committerSebastien Helleu <flashcode@flashtux.org>2013-05-23 15:21:41 +0200
commitf93c7ebe6d16d869a36b352dbc44719b2194b80b (patch)
tree7364dad059d16ceac2a07f7c5801a3153dc48eb9 /doc/en/weechat_scripting.en.txt
parent296dd0b1d447fc4260369825da1c4bdb01525a71 (diff)
downloadweechat-f93c7ebe6d16d869a36b352dbc44719b2194b80b.zip
doc: update WeeChat URLs (for new site design)
Diffstat (limited to 'doc/en/weechat_scripting.en.txt')
-rw-r--r--doc/en/weechat_scripting.en.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/en/weechat_scripting.en.txt b/doc/en/weechat_scripting.en.txt
index 69ca72d8a..94a2d2eaf 100644
--- a/doc/en/weechat_scripting.en.txt
+++ b/doc/en/weechat_scripting.en.txt
@@ -6,7 +6,7 @@ Sébastien Helleu <flashcode@flashtux.org>
This manual documents WeeChat chat client, it is part of WeeChat.
Latest version of this document can be found on this page:
-http://www.weechat.org/doc
+http://weechat.org/doc
[[introduction]]
@@ -736,12 +736,12 @@ def weechat_process_cb(data, command, rc, out, err):
weechat.prnt("", "Current WeeChat stable is: %s" % weechat_version)
return weechat.WEECHAT_RC_OK
-weechat.hook_process("url:http://weechat.org/info/stable/",
+weechat.hook_process("url:http://weechat.org/dev/info/stable/",
30 * 1000, "weechat_process_cb", "")
----------------------------------------
[TIP]
-All infos available about WeeChat are on page http://weechat.org/info
+All infos available about WeeChat are on page http://weechat.org/dev/info
Example of URL transfer with an option: download latest WeeChat development
package in file '/tmp/weechat-devel.tar.gz':