summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/wee-config-file.c2
-rw-r--r--src/core/wee-debug.c2
-rw-r--r--src/core/weechat.c2
-rw-r--r--src/core/weechat.h2
-rw-r--r--src/plugins/irc/irc-ctcp.c2
-rw-r--r--src/plugins/relay/relay-command.c2
6 files changed, 6 insertions, 6 deletions
diff --git a/src/core/wee-config-file.c b/src/core/wee-config-file.c
index 7fad31256..d59db6756 100644
--- a/src/core/wee-config-file.c
+++ b/src/core/wee-config-file.c
@@ -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))
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"
diff --git a/src/core/weechat.c b/src/core/weechat.c
index 0c19c1abb..246c1636a 100644
--- a/src/core/weechat.c
+++ b/src/core/weechat.c
@@ -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"
diff --git a/src/core/weechat.h b/src/core/weechat.h
index f4541273b..540406f86 100644
--- a/src/core/weechat.h
+++ b/src/core/weechat.h
@@ -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"
diff --git a/src/plugins/irc/irc-ctcp.c b/src/plugins/irc/irc-ctcp.c
index 6060b7f73..23323d017 100644
--- a/src/plugins/irc/irc-ctcp.c
+++ b/src/plugins/irc/irc-ctcp.c
@@ -464,7 +464,7 @@ irc_ctcp_replace_variables (struct t_irc_server *server, const char *format)
/*
* $download: WeeChat download page, example:
- * https://weechat.org/download
+ * https://weechat.org/download/
*/
info = weechat_info_get ("weechat_site_download", "");
temp = weechat_string_replace (res, "$download", info);
diff --git a/src/plugins/relay/relay-command.c b/src/plugins/relay/relay-command.c
index b06d12753..c8110e8c3 100644
--- a/src/plugins/relay/relay-command.c
+++ b/src/plugins/relay/relay-command.c
@@ -434,7 +434,7 @@ relay_command_init ()
"The \"irc\" protocol allows any IRC client (including WeeChat "
"itself) to connect on the port.\n"
"The \"weechat\" protocol allows a remote interface to connect on "
- "the port, see the list here: https://weechat.org/about/interfaces\n"
+ "the port, see the list here: https://weechat.org/about/interfaces/\n"
"\n"
"Without argument, this command opens buffer with list of relay "
"clients.\n"