Skip to content

Commit 5d0a38a

Browse files
committed
docs(readme): fix badges urls
1 parent fbc96dd commit 5d0a38a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<hr>
1313

14-
[![Build status][build-badge]][https://travis-ci.org/belco90/eslint-plugin-testing-library]
14+
[![Build status][build-badge]][build-url]
1515
[![Package version][version-badge]][https://www.npmjs.com/package/eslint-plugin-testing-library]
1616
[![MIT License][license-badge]][https://github.com/belco90/eslint-plugin-testing-library/blob/master/license]
1717
<br>
@@ -137,12 +137,19 @@ To enable this configuration use the `extends` property in your
137137
| [no-dom-import](docs/rules/no-dom-import.md) | Disallow importing from DOM Testing Library | ![angular-badge][] ![react-badge][] ![vue-badge][] | ![fixable-badge][] |
138138

139139
[build-badge]: https://img.shields.io/travis/Belco90/eslint-plugin-testing-library?style=flat-square
140+
[build-url]: https://travis-ci.org/belco90/eslint-plugin-testing-library
140141
[version-badge]: https://img.shields.io/npm/v/eslint-plugin-testing-library?style=flat-square
142+
[version-url]: https://www.npmjs.com/package/eslint-plugin-testing-library
141143
[license-badge]: https://img.shields.io/npm/l/eslint-plugin-testing-library?style=flat-square
144+
[license-url]: https://github.com/belco90/eslint-plugin-testing-library/blob/master/license
142145
[pr-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
146+
[pr-url]: http://makeapullrequest.com
143147
[gh-watchers-badge]: https://img.shields.io/github/watchers/Belco90/eslint-plugin-testing-library?style=social
148+
[gh-watchers-url]: https://github.com/belco90/eslint-plugin-testing-library/watchers
144149
[gh-stars-badge]: https://img.shields.io/github/stars/Belco90/eslint-plugin-testing-library?style=social
150+
[gh-stars-url]: https://github.com/belco90/eslint-plugin-testing-library/stargazers
145151
[tweet-badge]: https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Fgithub.com%2FBelco90%2Feslint-plugin-testing-library
152+
[tweet-url]: https://twitter.com/intent/tweet?url=https%3a%2f%2fgithub.com%2fbelco90%2feslint-plugin-testing-library&text=check%20out%20eslint-plugin-testing-library%20by%20@belcodev
146153
[recommended-badge]: https://img.shields.io/badge/recommended-lightgrey?style=flat-square
147154
[fixable-badge]: https://img.shields.io/badge/fixable-success?style=flat-square
148155
[angular-badge]: https://img.shields.io/badge/-Angular-black?style=flat-square&logo=angular&logoColor=white&labelColor=DD0031&color=black

0 commit comments

Comments
 (0)