Skip to content

Commit e9ded8d

Browse files
authored
docs(readme): update code climate badge links
1 parent 68ade81 commit e9ded8d

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

README.md

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
[![GitHub release][badge-release-img]][badge-release-lnk]
44
[![Greenkeeper badge][badge-greenkeeper-img]][badge-greenkeeper-lnk]
55
[![Travis CI Status][badge-travis-img]][badge-travis-lnk]
6-
[![Code Climate Status][badge-code-climate-status-img]][badge-code-climate-status-lnk]
7-
[![Code Climate Issues][badge-code-climate-issues-img]][badge-code-climate-issues-lnk]
6+
[![Maintainability][badge-codeclimate-maintainability-img]][badge-codeclimate-maintainability-lnk]
7+
[![Test Coverage][badge-codeclimate-coverage-img]][badge-codeclimate-coverage-lnk]
88
[![License][badge-license-img]][badge-license-lnk]
99

10+
1011
AngularJS component to manage tags in input with dropdown selector with no-dependencies
1112

1213
### TL;DR
@@ -84,19 +85,15 @@ SOFTWARE.
8485

8586
[site]: https://heyprof.github.io/angularjs-input-tags/
8687

87-
[badge-release-img]: https://img.shields.io/github/release/heyprof/angularjs-input-tags/all.svg?style=flat-square
88+
[badge-release-img]: https://img.shields.io/github/release/heyprof/angularjs-input-tags/all.svg
8889
[badge-release-lnk]: https://github.com/heyprof/angularjs-input-tags/releases
89-
[badge-greenkeeper-img]: https://badges.greenkeeper.io/heyprof/angularjs-input-tags.svg?style=flat-square
90+
[badge-greenkeeper-img]: https://badges.greenkeeper.io/heyprof/angularjs-input-tags.svg
9091
[badge-greenkeeper-lnk]: https://account.greenkeeper.io/account/heyprof
91-
[badge-dependencies-img]: https://img.shields.io/david/heyprof/angularjs-input-tags.svg?style=flat-square
92-
[badge-dependencies-lnk]: https://david-dm.org/heyprof/angularjs-input-tags
93-
[badge-dev-dependencies-img]: https://img.shields.io/david/dev/heyprof/angularjs-input-tags.svg?style=flat-square
94-
[badge-dev-dependencies-lnk]: https://david-dm.org/heyprof/angularjs-input-tags?type=dev
95-
[badge-travis-img]: https://img.shields.io/travis/heyprof/angularjs-input-tags.svg?style=flat-square&label=TravisCI
92+
[badge-travis-img]: https://img.shields.io/travis/heyprof/angularjs-input-tags.svg?label=TravisCI
9693
[badge-travis-lnk]: https://travis-ci.org/heyprof/angularjs-input-tags
97-
[badge-code-climate-status-img]: https://img.shields.io/codeclimate/github/heyprof/angularjs-input-tags.svg?style=flat-square&label=climate
98-
[badge-code-climate-status-lnk]: https://codeclimate.com/github/heyprof/angularjs-input-tags
99-
[badge-code-climate-issues-img]: https://img.shields.io/codeclimate/issues/github/heyprof/angularjs-input-tags.svg?style=flat-square&label=climate issues
100-
[badge-code-climate-issues-lnk]: https://codeclimate.com/github/heyprof/angularjs-input-tags/issues
94+
[badge-codeclimate-maintainability-img]: https://api.codeclimate.com/v1/badges/b8e2a66055de8869c139/maintainability
95+
[badge-codeclimate-maintainability-lnk]: https://codeclimate.com/github/heyprof/angularjs-input-tags/maintainability
96+
[badge-codeclimate-coverage-img]: https://api.codeclimate.com/v1/badges/b8e2a66055de8869c139/test_coverage
97+
[badge-codeclimate-coverage-lnk]: https://codeclimate.com/github/heyprof/angularjs-input-tags/test_coverage
10198
[badge-license-img]: https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square
10299
[badge-license-lnk]: https://raw.githubusercontent.com/heyprof/angularjs-input-tags/master/LICENSE

0 commit comments

Comments
 (0)