Skip to content

Commit db20392

Browse files
authored
docs: update badges and link references urls (#19)
1 parent 8d19f40 commit db20392

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

README.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
[![GitHub Release](https://img.shields.io/github/release/DocPlanner/helm-repo-updater.svg?logo=github&labelColor=262b30)](https://github.com/DocPlanner/helm-repo-updater/releases)
2-
[![Go Report Card](https://goreportcard.com/badge/github.com/DocPlanner/helm-repo-updater)](https://goreportcard.com/report/github.com/DocPlanner/helm-repo-updater)
3-
[![License](https://img.shields.io/github/license/DocPlanner/helm-repo-updater)](https://github.com/DocPlanner/helm-repo-updater/LICENSE)
1+
[![Tests][tests-badge]][tests-link]
2+
[![GitHub Release][release-badge]][release-link]
3+
[![Go Report Card][report-badge]][report-link]
4+
[![License][license-badge]][license-link]
45

56
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
67
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
@@ -202,3 +203,16 @@ The following software must be installed to run the tests:
202203
make clean-test-deps
203204
```
204205
> The above command will recreate the container created for the git server used in the tests, so that it will start from the initial scenario expected at the beginning of the tests.
206+
207+
<!-- JUST BADGES & LINKS -->
208+
[tests-badge]: https://img.shields.io/github/workflow/status/DocPlanner/helm-repo-updater/Tests
209+
[tests-link]: https://github.com/DocPlanner/helm-repo-updater/actions?query=workflow%3ATests
210+
211+
[release-badge]: https://img.shields.io/github/release/DocPlanner/helm-repo-updater.svg?logo=github&labelColor=262b30
212+
[release-link]: https://github.com/DocPlanner/helm-repo-updater/releases
213+
214+
[report-badge]: https://goreportcard.com/badge/github.com/DocPlanner/helm-repo-updater
215+
[report-link]: https://goreportcard.com/report/github.com/DocPlanner/helm-repo-updater
216+
217+
[license-badge]: https://img.shields.io/github/license/DocPlanner/helm-repo-updater
218+
[license-link]: https://github.com/DocPlanner/helm-repo-updater/blob/master/LICENSE

0 commit comments

Comments
 (0)