Skip to content

Commit 290aa9f

Browse files
authored
docs:(readme): switch to shields.io for badges (#1611)
Also, clean up some unneeded stuff, like tracking params and the default flat style.
1 parent 1f29857 commit 290aa9f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Readme.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,23 +4,23 @@
44

55
<div align="center">
66
<a href="https://travis-ci.org/cheeriojs/cheerio">
7-
<img src="https://travis-ci.org/cheeriojs/cheerio.svg?branch=main" alt="Travis CI" />
7+
<img src="https://img.shields.io/travis/cheeriojs/cheerio/main" alt="Travis CI">
88
</a>
99
<a href="https://coveralls.io/github/cheeriojs/cheerio">
10-
<img src="https://img.shields.io/coveralls/cheeriojs/cheerio.svg?branch=main&style=flat" alt="Coverage" />
10+
<img src="https://img.shields.io/coveralls/github/cheeriojs/cheerio/main" alt="Coverage">
1111
</a>
12-
<a href="https://gitter.im/cheeriojs/cheerio?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge">
13-
<img src="https://badges.gitter.im/Join%20Chat.svg" alt="Join the chat at https://gitter.im/cheeriojs/cheerio" />
12+
<a href="https://gitter.im/cheeriojs/cheerio">
13+
<img src="https://img.shields.io/gitter/room/cheeriojs/cheerio?color=%2348b293" alt="Join the chat at https://gitter.im/cheeriojs/cheerio">
1414
</a>
1515
<a href="#backers">
16-
<img src="https://opencollective.com/cheerio/backers/badge.svg" alt="OpenCollective backers"/>
16+
<img src="https://img.shields.io/opencollective/backers/cheerio" alt="OpenCollective backers">
1717
</a>
1818
<a href="#sponsors">
19-
<img src="https://opencollective.com/cheerio/sponsors/badge.svg" alt="OpenCollective sponsors"/>
19+
<img src="https://img.shields.io/opencollective/sponsors/cheerio" alt="OpenCollective sponsors">
2020
</a>
2121
</div>
2222

23-
<br />
23+
<br>
2424

2525
[中文文档 (Chinese Readme)](https://github.com/cheeriojs/cheerio/wiki/Chinese-README)
2626

0 commit comments

Comments
 (0)