Skip to content

Commit

Permalink
fix broken badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Jyrno42 committed Nov 20, 2024
1 parent 2a825e4 commit d33fa96
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# tg-resources

[![NPM version][npm-image]][npm-url]
[![Documentation][docs-image]][docs-url]
[![Build Status][ci-image]][ci-url]
[![Dependency Status][depstat-image]][depstat-url]
[![Coverage Status][coveralls-image]][coveralls-url]
Expand Down Expand Up @@ -407,10 +408,12 @@ MIT © [Thorgate](http://github.com/thorgate)

[npm-url]: https://npmjs.org/package/tg-resources
[npm-image]: https://img.shields.io/npm/v/tg-resources.svg?style=flat-square
[ci-url]: https://github.com/thorgate/tg-resources/actions
[ci-image]: https://github.com/thorgate/tg-resources/workflows/.github/workflows/run-tests.yml/badge.svg?branch=master
[depstat-url]: https://david-dm.org/thorgate/tg-resources
[depstat-image]: https://david-dm.org/thorgate/tg-resources.svg?style=flat-square
[ci-url]: https://github.com/thorgate/tg-resources/actions/workflows/run-tests.yml
[ci-image]: https://github.com/thorgate/tg-resources/actions/workflows/run-tests.yml/badge.svg
[depstat-url]: https://libraries.io/npm/tg-resources/
[depstat-image]: https://img.shields.io/librariesio/github/thorgate/tg-resources
[coveralls-url]: https://coveralls.io/github/thorgate/tg-resources?branch=master
[coveralls-image]: https://coveralls.io/repos/github/thorgate/tg-resources/badge.svg?branch=master
[download-badge]: http://img.shields.io/npm/dm/tg-resources.svg?style=flat-square
[docs-image]: https://img.shields.io/badge/docs-latest-brightgreen.svg?style=flat-square
[docs-url]: https://thorgate.github.io/tg-resources/

0 comments on commit d33fa96

Please sign in to comment.