summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2023-06-15 22:07:34 +0200
committerSébastien Helleu <flashcode@flashtux.org>2023-06-15 22:07:34 +0200
commit1b78cd3bd21d51f8b1e7feef95624daca2ce57e9 (patch)
tree83dcd8678bc2cd7d871f849bbdd0108639a1ae43 /src
parent9d7766ce3dc7975fcce0fe85941588e5380975b3 (diff)
downloadweechat-1b78cd3bd21d51f8b1e7feef95624daca2ce57e9.zip
exec: fix URL to plugin API reference in /help exec
Diffstat (limited to 'src')
-rw-r--r--src/plugins/exec/exec-command.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/exec/exec-command.c b/src/plugins/exec/exec-command.c
index 8dc0aa25d..8562a34f9 100644
--- a/src/plugins/exec/exec-command.c
+++ b/src/plugins/exec/exec-command.c
@@ -933,7 +933,7 @@ exec_command_init ()
" /exec -sh -n ps xu | grep weechat\n"
" /exec -n -norc url:https://pastebin.com/raw.php?i=xxxxxxxx\n"
" /exec -nf -noln links -dump "
- "https://weechat.org/files/doc/devel/weechat_user.en.html\n"
+ "https://weechat.org/files/doc/weechat/devel/weechat_user.en.html\n"
" /exec -o uptime\n"
" /exec -pipe \"/print Machine uptime:\" uptime\n"
" /exec -n tail -f /var/log/messages\n"