See Changes
[spider.git] / cmd / show / 425.pl
index 5a2f7d41a66f3073c3b054d37d4414566400fe04..05a9d07ac9ba95e0f81567a5cd7f52e91433b6e5 100644 (file)
@@ -17,7 +17,7 @@ sub handle
        return (1, $self->msg('e24')) unless $Internet::allow;
        return (1, "SHOW/425 <callsign>\nSHOW/425 CAL\nSHOW/425 BULL <bulletin number>\n e.g. SH/425 IQ5BL, SH/425 CAL, SH/425 BUL 779\n") unless @list;
 
-       my $target = $Internet::dx425_url || 'www.425dxn.org';
+       my $target = $Internet::dx425_url || 'https://www.425dxn.org';
        my $port = 80;
 
        dbg('sh/425: args=' . join('|', @list)) if isdbg('425');