summary refs log tree commit diff stats
path: root/plugins/perl
diff options
context:
space:
mode:
authorEustachy Kapusta <Eustachy.kapusta@gmail.com>2013-09-27 20:09:48 +0200
committerEustachy Kapusta <Eustachy.kapusta@gmail.com>2013-09-27 20:09:48 +0200
commit960ded7db4f5896690b62130884705b67bd3e940 (patch)
tree193b8d46b00dc4e1088fa9345ad4c7fa8b4103aa /plugins/perl
parenta14fe580f8246b8ac0dbac071d8b3951e2a1d012 (diff)
Update link to site in perl plugin
Diffstat (limited to 'plugins/perl')
-rw-r--r--plugins/perl/perl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/perl/perl.c b/plugins/perl/perl.c
index abb66c5a..00924892 100644
--- a/plugins/perl/perl.c
+++ b/plugins/perl/perl.c
@@ -1424,14 +1424,14 @@ perl_load_file (char *filename)
 									 "You must have a Visual C++ build of Perl "
 									 PERL_REQUIRED_VERSION " installed in order to\n"
 									 "run Perl scripts. A reboot may be required.\n\n"
-									 "http://hexchat.org/downloads.html\n\n"
+									 "http://hexchat.github.io/downloads.html\n\n"
 									 "I have found Perl 5.6, but that is too old.");
 				} else {
 					thread_mbox ("Cannot open " PERL_DLL "!\n\n"
 									 "You must have a Visual C++ build of Perl "
 									 PERL_REQUIRED_VERSION " installed in order to\n"
 									 "run Perl scripts. A reboot may be required.\n\n"
-									 "http://hexchat.org/downloads.html\n\n"
+									 "http://hexchat.github.io/downloads.html\n\n"
 									 "Make sure Perl's bin directory is in your PATH.");
 				}
 			}