diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-12-13 09:16:09 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-12-13 09:16:09 +0100 |
commit | 0cd2aff765d378259ea6f60fcade0afb1b473699 (patch) | |
tree | 784006023b42704aac6d24b94bcc6e4532f4fa18 /doc/it/autogen/user | |
parent | 7818e0896424e00f89a9a72eb7fd548f12a8fd49 (diff) | |
download | weechat-0cd2aff765d378259ea6f60fcade0afb1b473699.zip |
core: use https for WeeChat URLs
Diffstat (limited to 'doc/it/autogen/user')
-rw-r--r-- | doc/it/autogen/user/exec_commands.asciidoc | 2 | ||||
-rw-r--r-- | doc/it/autogen/user/relay_commands.asciidoc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/it/autogen/user/exec_commands.asciidoc b/doc/it/autogen/user/exec_commands.asciidoc index 17bef3ac3..b9441adc2 100644 --- a/doc/it/autogen/user/exec_commands.asciidoc +++ b/doc/it/autogen/user/exec_commands.asciidoc @@ -63,7 +63,7 @@ Examples: /exec -n ls -l /tmp /exec -n ps xu | grep weechat /exec -n -norc url:http://pastebin.com/raw.php?i=xxxxxxxx - /exec -nf -noln links -dump http://weechat.org/files/doc/devel/weechat_user.en.html + /exec -nf -noln links -dump https://weechat.org/files/doc/devel/weechat_user.en.html /exec -o uptime /exec -pipe "/print Machine uptime:" uptime /exec -n tail -f /var/log/messages diff --git a/doc/it/autogen/user/relay_commands.asciidoc b/doc/it/autogen/user/relay_commands.asciidoc index c34d7fd82..35d6bed02 100644 --- a/doc/it/autogen/user/relay_commands.asciidoc +++ b/doc/it/autogen/user/relay_commands.asciidoc @@ -29,7 +29,7 @@ protocol.name: protocol and name to relay: - protocol "weechat" (name is not used) The "irc" protocol allows any IRC client (including WeeChat itself) to connect on the port. -The "weechat" protocol allows a remote interface to connect on the port, see the list here: http://weechat.org/download/ +The "weechat" protocol allows a remote interface to connect on the port, see the list here: https://weechat.org/download/ Without argument, this command opens buffer with list of relay clients. |