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/ja/autogen/user/exec_commands.asciidoc | |
parent | 7818e0896424e00f89a9a72eb7fd548f12a8fd49 (diff) | |
download | weechat-0cd2aff765d378259ea6f60fcade0afb1b473699.zip |
core: use https for WeeChat URLs
Diffstat (limited to 'doc/ja/autogen/user/exec_commands.asciidoc')
-rw-r--r-- | doc/ja/autogen/user/exec_commands.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ja/autogen/user/exec_commands.asciidoc b/doc/ja/autogen/user/exec_commands.asciidoc index 049d74388..0bdca16f4 100644 --- a/doc/ja/autogen/user/exec_commands.asciidoc +++ b/doc/ja/autogen/user/exec_commands.asciidoc @@ -63,7 +63,7 @@ property: フックプロパティ /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 |