diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2022-06-18 16:18:09 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2022-06-18 16:18:09 +0200 |
commit | 2c4bad81200ac101ba6ee41f6593aaa9da7d1ed3 (patch) | |
tree | 3ee8b8b1538915f08d1a7c09fb91fabd46af5fd6 /src/core/wee-debug.c | |
parent | 8ac67ff540f9fcd144816a4e340b2183f720ae38 (diff) | |
download | weechat-2c4bad81200ac101ba6ee41f6593aaa9da7d1ed3.zip |
core: add trailing slashes in URLs
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 bd425fc8d..6a5038194 100644 --- a/src/core/wee-debug.c +++ b/src/core/wee-debug.c @@ -173,7 +173,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/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" |