Skip to content

Commit c4e0bd6

Browse files
authored
Merge pull request #17 from mahimairaja/fix/stars-badge-linkcheck
fix: link stars badge to /stargazers and ignore GitHub stat pages (closes #15)
2 parents 4e0e3ed + bc06339 commit c4e0bd6

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.lycheeignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ https://img.shields.io/
1111
https://awesome.re/
1212
https://api.star-history.com/
1313
https://contrib.rocks/
14+
15+
# GitHub stat sub-pages 404 for unauthenticated checkers but load for humans.
16+
https://github\.com/[^/]+/[^/]+/(stargazers|network|watchers|graphs)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
[![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
1212
[![License: MIT](https://img.shields.io/github/license/mahimairaja/voiceai?style=flat-square&color=blue)](LICENSE)
13-
[![Stars](https://img.shields.io/github/stars/mahimairaja/voiceai?style=flat-square&logo=github&color=yellow)](https://github.com/mahimairaja/voiceai)
13+
[![Stars](https://img.shields.io/github/stars/mahimairaja/voiceai?style=flat-square&logo=github&color=yellow)](https://github.com/mahimairaja/voiceai/stargazers)
1414
[![Last commit](https://img.shields.io/github/last-commit/mahimairaja/voiceai?style=flat-square&color=informational)](https://github.com/mahimairaja/voiceai/commits/main)
1515
[![Resources](https://img.shields.io/badge/resources-200%2B-5b21b6?style=flat-square)](#table-of-contents)
1616
[![PRs welcome](https://img.shields.io/badge/PRs-welcome-brightgreen?style=flat-square)](#contributing)

README_zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
[![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
1212
[![License: MIT](https://img.shields.io/github/license/mahimairaja/voiceai?style=flat-square&color=blue)](LICENSE)
13-
[![Stars](https://img.shields.io/github/stars/mahimairaja/voiceai?style=flat-square&logo=github&color=yellow)](https://github.com/mahimairaja/voiceai)
13+
[![Stars](https://img.shields.io/github/stars/mahimairaja/voiceai?style=flat-square&logo=github&color=yellow)](https://github.com/mahimairaja/voiceai/stargazers)
1414
[![Last commit](https://img.shields.io/github/last-commit/mahimairaja/voiceai?style=flat-square&color=informational)](https://github.com/mahimairaja/voiceai/commits/main)
1515
[![Resources](https://img.shields.io/badge/resources-200%2B-5b21b6?style=flat-square)](#目录)
1616
[![PRs welcome](https://img.shields.io/badge/PRs-welcome-brightgreen?style=flat-square)](#贡献)

0 commit comments

Comments
 (0)