Skip to content

Commit

Permalink
minor fix: The link to the image should be https, too
Browse files Browse the repository at this point in the history
  • Loading branch information
reneeb committed Jan 3, 2021
1 parent d8a52ad commit 59af242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Dist/Zilla/Plugin/GitHubREADME/Badge.pm
Expand Up @@ -104,7 +104,7 @@ sub add_badges {
} elsif ($badge eq 'gitter') {
push @badges, "[![Gitter chat](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/$user_name/$repository_name)";
} elsif ($badge eq 'cpants') {
push @badges, "[![Kwalitee status](http://cpants.cpanauthors.org/dist/$distname.png)](https://cpants.cpanauthors.org/dist/$distname)";
push @badges, "[![Kwalitee status](https://cpants.cpanauthors.org/dist/$distname.png)](https://cpants.cpanauthors.org/dist/$distname)";
} elsif ($badge eq 'issues') {
push @badges, "[![GitHub issues](https://img.shields.io/github/issues/$user_name/$repository_name.svg)](https://github.com/$user_name/$repository_name/issues)";
} elsif ($badge eq 'github_tag') {
Expand Down

0 comments on commit 59af242

Please sign in to comment.