diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-06-05 19:08:12 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-06-05 19:08:12 +0200 |
commit | dccd1a348c5f82241184db89d2d43cfd09b74b23 (patch) | |
tree | edf235c175236c3662e392ee64c1a8dedf63006c /src/core/wee-debug.c | |
parent | ab9b8e0b01f4c2b3eb9c2a67562ced51a469f8ba (diff) | |
download | weechat-dccd1a348c5f82241184db89d2d43cfd09b74b23.zip |
doc: fix URLs to WeeChat docs
Diffstat (limited to 'src/core/wee-debug.c')
-rw-r--r-- | src/core/wee-debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-debug.c b/src/core/wee-debug.c index 49e7cca61..88233ccad 100644 --- a/src/core/wee-debug.c +++ b/src/core/wee-debug.c @@ -175,7 +175,7 @@ debug_sigsegv_cb () "*** then issue command: \"bt full\" and send result to developers.\n" "*** See the user's guide for more info about enabling the core files\n" "*** and reporting crashes:\n" - "*** https://weechat.org/doc/stable/user/#report_crashes\n" + "*** https://weechat.org/doc/weechat/stable/user/#report_crashes\n" "***\n" "*** 2. Otherwise send the backtrace (below), only if it is a complete trace.\n" "*** Keep the crash log file, just in case developers ask you some info\n" |