Skip to content

Commit c22c35a

Browse files
committed
README: Use shields.io to fix broken badges
GitHub badges require authentication for projects that one is a member of. Members of the project who should really see these badges will have to login with GitHub before seeing these. Use shields.io as a badge proxying and caching service. Largely based on qualcomm-linux/qcom-deb-images#189 Suggested-by: Loïc Minier <[email protected]> Signed-off-by: Nicolas Dechesne <[email protected]>
1 parent 437c37c commit c22c35a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# meta-qcom
22

3-
[![Build on push](https://github.com/qualcomm-linux/meta-qcom/actions/workflows/push.yml/badge.svg)](https://github.com/qualcomm-linux/meta-qcom/actions/workflows/push.yml)
4-
[![Nightly Build](https://github.com/qualcomm-linux/meta-qcom/actions/workflows/nightly-build.yml/badge.svg)](https://github.com/qualcomm-linux/meta-qcom/actions/workflows/nightly-build.yml)
3+
![Build on push](https://img.shields.io/github/actions/workflow/status/qualcomm-linux/meta-qcom/push.yml)
4+
![Nightly Build](https://img.shields.io/github/actions/workflow/status/qualcomm-linux/meta-qcom/nightly-build.yml)
55

66
## Introduction
77

0 commit comments

Comments
 (0)