summary refs log tree commit diff stats
path: root/plugins/upd
diff options
context:
space:
mode:
authorTingPing <tngpng@gmail.com>2013-02-04 15:31:24 -0500
committerTingPing <tngpng@gmail.com>2013-02-04 15:31:24 -0500
commitb83f7974931ac4f074b8ad6eb5cc03a6117b1cd2 (patch)
treea56dde09c23844272dae79b447ec65d6ed5fc293 /plugins/upd
parent98d56c2b7f159c0b418f9d4a871901149132cd55 (diff)
Point to new download url
Diffstat (limited to 'plugins/upd')
-rw-r--r--plugins/upd/upd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/upd/upd.c b/plugins/upd/upd.c
index 11893eb6..ee830ce2 100644
--- a/plugins/upd/upd.c
+++ b/plugins/upd/upd.c
@@ -233,9 +233,9 @@ print_version (char *word[], char *word_eol[], void *userdata)
 		else
 		{
 #ifdef _WIN64 /* use this approach, the wProcessorArchitecture method always returns 0 (=x86) for some reason */
-			hexchat_printf (ph, "%s\tA HexChat update is available! You can download it from here:\nhttps://github.com/downloads/hexchat/hexchat/HexChat%%20%s%%20x64.exe\n", name, version);
+			hexchat_printf (ph, "%s\tA HexChat update is available! You can download it from here:\nhttp://dl.hexchat.org/hexchat/HexChat%%20%s%%20x64.exe\n", name, version);
 #else
-			hexchat_printf (ph, "%s\tA HexChat update is available! You can download it from here:\nhttps://github.com/downloads/hexchat/hexchat/HexChat%%20%s%%20x86.exe\n", name, version);
+			hexchat_printf (ph, "%s\tA HexChat update is available! You can download it from here:\nhttp://dl.hexchat.org/hexchat/HexChat%%20%s%%20x86.exe\n", name, version);
 #endif
 		}
 		return HEXCHAT_EAT_HEXCHAT;