Skip to content

Commit 0962790

Browse files
committed
docs: fixed broken badges in README (2)
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
1 parent 0618934 commit 0962790

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
@@ -147,7 +147,7 @@ This content ships under the [SPDX-License-Identifier: Apache-2.0](./LICENSE).
147147

148148
Maintainers can cut a new release by either:
149149

150-
* running [this workflow](https://github.com/go-openapi/ci-workflows/.github/workflows/local-bump-release.yml)
150+
* running [this workflow](https://github.com/go-openapi/ci-workflows/actions/workflows/local-bump-release.yml)
151151
* or pushing a semver tag
152152
* signed tags are preferred
153153
* The tag message is prepended to release notes
@@ -191,14 +191,14 @@ To be reworked:
191191
* [ ] doc: add spellcheck for docs (and code?)
192192

193193
<!-- Badges: status -->
194-
[test-badge]: https://github.com/go-openapi/ci-workflows/.github/workflows/local-go-test.yml/badge.svg
195-
[test-url]: https://github.com/go-openapi/ci-workflows/.github/workflows/local-go-test.yml
194+
[test-badge]: https://github.com/go-openapi/ci-workflows/actions/workflows/local-go-test.yml/badge.svg
195+
[test-url]: https://github.com/go-openapi/ci-workflows/actions/workflows/local-go-test.yml
196196
[cov-badge]: https://codecov.io/gh/go-openapi/ci-workflows/branch/master/graph/badge.svg
197197
[cov-url]: https://codecov.io/gh/go-openapi/ci-workflows
198-
[vuln-scan-badge]: https://github.com/go-openapi/ci-workflows/.github/workflows/local-scanner.yml/badge.svg
199-
[vuln-scan-url]: https://github.com/go-openapi/ci-workflows/.github/workflows/local-scanner.yml
200-
[codeql-badge]: https://github.com/go-openapi/ci-workflows/.github/workflows/local-codeql.yml/badge.svg
201-
[codeql-url]: https://github.com/go-openapi/ci-workflows/.github/workflows/local-codeql.yml
198+
[vuln-scan-badge]: https://github.com/go-openapi/ci-workflows/actions/workflows/local-scanner.yml/badge.svg
199+
[vuln-scan-url]: https://github.com/go-openapi/ci-workflows/actions/workflows/local-scanner.yml
200+
[codeql-badge]: https://github.com/go-openapi/ci-workflows/actions/workflows/local-codeql.yml/badge.svg
201+
[codeql-url]: https://github.com/go-openapi/ci-workflows/actions/workflows/local-codeql.yml
202202
<!-- Badges: release & docker images -->
203203
[release-badge]: https://badge.fury.io/gh/go-openapi%2Fci-workflows.svg
204204
[release-url]: https://badge.fury.io/gh/go-openapi%2Fci-workflows

0 commit comments

Comments
 (0)