Skip to content

Commit

Permalink
Change many URLs to https
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Jul 17, 2021
1 parent 7eedb2a commit b686431
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/Net/Songkick.pm
Expand Up @@ -19,7 +19,7 @@ Net::Songkick - Perl wrapper for the Songkick API
This module presents a Perl wrapper around the Songkick API.
Songkick (L<http://www.songkick.com/>) is a web site that tracks gigs
Songkick (L<https://www.songkick.com/>) is a web site that tracks gigs
around the world. Users can add information about gigs (both in the past
and the future) and can track their attendance at those gigs.
Expand Down Expand Up @@ -106,7 +106,7 @@ has ['api_url', 'events_url', 'user_events_url', 'user_gigs_url',
);

sub _build_api_url {
return URI->new('http://api.songkick.com/api/3.0');
return URI->new('https://api.songkick.com/api/3.0');
}

sub _build_events_url {
Expand Down Expand Up @@ -248,7 +248,7 @@ sub parse_events_from_json {
Gets a list of upcoming events from Songkick. Various parameters to control
the events returned are supported for the full list see
L<http://www.songkick.com/developer/event-search>.
L<https://www.songkick.com/developer/event-search>.
In addition, this method takes an extra parameter, B<format>, which control
the format of the data returned. This can be either I<xml>, I<json> or
Expand Down Expand Up @@ -494,11 +494,11 @@ Dave Cross <dave@perlhacks.com>
=head1 SEE ALSO
perl(1), L<http://www.songkick.com/>, L<http://developer.songkick.com/>
perl(1), L<https://www.songkick.com/>, L<https://developer.songkick.com/>
=head1 COPYRIGHT AND LICENSE
Copyright (C) 2010, Magnum Solutions Ltd. All Rights Reserved.
Copyright (C) 2010-21, Magnum Solutions Ltd. All Rights Reserved.
This script is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.
Expand Down

0 comments on commit b686431

Please sign in to comment.