Skip to content

Commit 5b3096e

Browse files
committed
Readme: fix badges, replace shields.io with badgen
1 parent 33ee127 commit 5b3096e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -129,17 +129,17 @@ Khronos tool binaries (built by the upstream projects) are distributed and insta
129129

130130
[ci]: https://github.com/docd27/rollup-plugin-glsl-optimize/actions/workflows/node-ci.yml/badge.svg
131131
[ci-url]: https://github.com/docd27/rollup-plugin-glsl-optimize/actions/workflows/node-ci.yml
132-
[npm]: https://img.shields.io/npm/v/rollup-plugin-glsl-optimize.svg
132+
[npm]: https://badgen.net/npm/v/rollup-plugin-glsl-optimize
133133
[npm-url]: https://www.npmjs.com/package/rollup-plugin-glsl-optimize
134-
[node-version]: https://img.shields.io/node/v/rollup-plugin-glsl-optimize
135-
[types]: https://img.shields.io/npm/types/rollup-plugin-glsl-optimize
136-
[changelog]: https://img.shields.io/static/v1?label=changelog&message=SemVer&style=flat&color=blue
134+
[node-version]: https://badgen.net/npm/node/rollup-plugin-glsl-optimize
135+
[types]: https://badgen.net/npm/types/rollup-plugin-glsl-optimize
136+
[changelog]: https://badgen.net/badge/changelog/SemVer/blue
137137
[changelog-url]: https://github.com/docd27/rollup-plugin-glsl-optimize/blob/master/CHANGES.md
138138
[dependencies]: https://status.david-dm.org/gh/docd27/rollup-plugin-glsl-optimize.svg
139139
[dependencies-url]: https://david-dm.org/docd27/rollup-plugin-glsl-optimize
140140
[dev-dependencies]: https://status.david-dm.org/gh/docd27/rollup-plugin-glsl-optimize.svg?type=dev
141141
[dev-dependencies-url]: https://david-dm.org/docd27/rollup-plugin-glsl-optimize?type=dev
142142
[cc-maintainability]: https://api.codeclimate.com/v1/badges/b1dfc39fd650dd54f730/maintainability
143143
[cc-maintainability-url]: https://codeclimate.com/github/docd27/rollup-plugin-glsl-optimize/maintainability
144-
[coverage]: https://img.shields.io/coveralls/github/docd27/rollup-plugin-glsl-optimize
144+
[coverage]: https://badgen.net/coveralls/c/github/docd27/rollup-plugin-glsl-optimize/master
145145
[coverage-url]: https://coveralls.io/github/docd27/rollup-plugin-glsl-optimize?branch=master

0 commit comments

Comments
 (0)