1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-07 02:03:13 +02:00

core: add trailing slashes in URLs

This commit is contained in:
Sébastien Helleu
2022-06-18 16:18:09 +02:00
parent 8ac67ff540
commit 2c4bad8120
27 changed files with 81 additions and 80 deletions
+1 -1
View File
@@ -2544,7 +2544,7 @@ config_file_write_internal (struct t_config_file *config_file,
"#\n"
"# Use commands like /set or /fset to change settings in WeeChat.\n"
"#\n"
"# For more info, see: https://weechat.org/doc/quickstart\n"
"# For more info, see: https://weechat.org/doc/quickstart/\n"
"#\n",
version_get_name (),
config_file->filename))
+1 -1
View File
@@ -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"
+1 -1
View File
@@ -433,7 +433,7 @@ weechat_startup_message ()
"If you are discovering WeeChat, it is recommended to read at "
"least the quickstart guide, and the user's guide if you have "
"some time; they explain main WeeChat concepts.\n"
"All WeeChat docs are available at: https://weechat.org/doc\n"
"All WeeChat docs are available at: https://weechat.org/doc/\n"
"\n"
"Moreover, there is inline help with /help on all commands and "
"options (use Tab key to complete the name).\n"
+1 -1
View File
@@ -56,7 +56,7 @@
#define WEECHAT_COPYRIGHT_DATE "(C) 2003-2022"
#define WEECHAT_WEBSITE "https://weechat.org/"
#define WEECHAT_WEBSITE_DOWNLOAD "https://weechat.org/download"
#define WEECHAT_WEBSITE_DOWNLOAD "https://weechat.org/download/"
/* log file */
#define WEECHAT_LOG_NAME "weechat.log"