Skip to content

Commit

Permalink
🐛 Fix badges links
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck committed Jun 8, 2019
1 parent 3174ab9 commit acd0a22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<a href="https://github.com/kefranabg/readme-cli#readme">
<img alt="Documentation" src="https://img.shields.io/badge/documentation-yes-brightgreen.svg" target="_blank" />
</a>
<a href="https://github.com/kefranabg/readme-cli/issues?q=is%3Aissue+is%3Aclosed">
<img alt="Maintenance" src="https://img.shields.io/github/issues-closed/readme-cli/readme-cli.svg" target="_blank" />
<a href="https://github.com/kefranabg/readme-cli/graphs/commit-activity">
<img alt="Maintenance" src="https://img.shields.io/badge/Maintained%3F-yes-green.svg" target="_blank" />
</a>
<a href="https://github.com/kefranabg/readme-cli/blob/master/LICENSE">
<img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg" target="_blank" />
Expand Down
2 changes: 1 addition & 1 deletion templates/default.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</a>
<% } -%>
<% if (isGithubRepos) { -%>
<a href="<%= repositoryUrl %>/issues?q=is%3Aissue+is%3Aclosed">
<a href="<%= repositoryUrl %>/graphs/commit-activity">
<img alt="Maintenance" src="https://img.shields.io/github/issues-closed/readme-cli/readme-cli.svg" target="_blank" />
</a>
<% } -%>
Expand Down

0 comments on commit acd0a22

Please sign in to comment.