Skip to content

Commit 8e6ecc7

Browse files
authored
[docs] Correct workflow status badge (#5210)
* [docs] Correct workflow status badge Signed-off-by: zeritti <[email protected]> * Correct a typing mistake Signed-off-by: zeritti <[email protected]> --------- Signed-off-by: zeritti <[email protected]>
1 parent fb44901 commit 8e6ecc7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Prometheus Community Kubernetes Helm Charts
22

3-
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/prometheus-community)](https://artifacthub.io/packages/search?org=prometheus&cncf=true) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![Release Charts](https://github.com/prometheus-community/helm-charts/workflows/Release%20Charts/badge.svg?branch=main) [![Releases downloads](https://img.shields.io/github/downloads/prometheus-community/helm-charts/total.svg)](https://github.com/prometheus-community/helm-charts/releases)
3+
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/prometheus-community)](https://artifacthub.io/packages/search?org=prometheus&cncf=true) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![Release Charts](https://github.com/prometheus-community/helm-charts/actions/workflows/release.yaml/badge.svg?branch=main) [![Releases downloads](https://img.shields.io/github/downloads/prometheus-community/helm-charts/total.svg)](https://github.com/prometheus-community/helm-charts/releases)
44

55
This functionality is in beta and is subject to change. The code is provided as-is with no warranties. Beta features are not subject to the support SLA of official GA features.
66

@@ -19,7 +19,7 @@ You can then run `helm search repo prometheus-community` to see the charts.
1919

2020
## Contributing
2121

22-
The source code of all [Prometheus](https://prometheus.io) community [Helm](https://helm.sh) charts can be found on Github: <https://github.com/prometheus-community/helm-charts/>
22+
The source code of all [Prometheus](https://prometheus.io) community [Helm](https://helm.sh) charts can be found on GitHub: <https://github.com/prometheus-community/helm-charts/>
2323

2424
<!-- Keep full URL links to repo files because this README syncs from main to gh-pages. -->
2525
We'd love to have you contribute! Please refer to our [contribution guidelines](https://github.com/prometheus-community/helm-charts/blob/main/CONTRIBUTING.md) for details.
@@ -31,4 +31,4 @@ We'd love to have you contribute! Please refer to our [contribution guidelines](
3131

3232
## Helm charts build status
3333

34-
![Release Charts](https://github.com/prometheus-community/helm-charts/workflows/Release%20Charts/badge.svg?branch=main)
34+
![Release Charts](https://github.com/prometheus-community/helm-charts/actions/workflows/release.yaml/badge.svg?branch=main)

0 commit comments

Comments
 (0)