Skip to content

Commit c0dc47e

Browse files
committed
doc: fixup README (pending CI update for a complete rendering)
Signed-off-by: Frederic BIDON <[email protected]>
1 parent 6a1d07b commit c0dc47e

File tree

1 file changed

+24
-29
lines changed

1 file changed

+24
-29
lines changed

README.md

Lines changed: 24 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
# runtime
22

3-
[![Slack Status](https://slackin.goswagger.io/badge.svg)](https://slackin.goswagger.io)
4-
[![license](http://img.shields.io/badge/license-Apache%20v2-orange.svg)](https://raw.githubusercontent.com/go-openapi/runtime/master/LICENSE)
5-
[![Go Reference](https://pkg.go.dev/badge/github.com/go-openapi/runtime.svg)](https://pkg.go.dev/github.com/go-openapi/runtime)
6-
[![Go Report Card](https://goreportcard.com/badge/github.com/go-openapi/runtime)](https://goreportcard.com/report/github.com/go-openapi/runtime)
7-
83
<!-- Badges: status -->
94
[![Tests][test-badge]][test-url] [![Coverage][cov-badge]][cov-url] [![CI vuln scan][vuln-scan-badge]][vuln-scan-url] [![CodeQL][codeql-badge]][codeql-url]
105
<!-- Badges: release & docker images -->
@@ -77,35 +72,35 @@ on top of which it has been built.
7772

7873
Maintainers can cut a new release by either:
7974

80-
* running [this workflow](https://github.com/go-openapi/analysis/actions/workflows/bump-release.yml)
75+
* running [this workflow](https://github.com/go-openapi/runtime/actions/workflows/bump-release.yml)
8176
* or pushing a semver tag
8277
* signed tags are preferred
8378
* The tag message is prepended to release notes
8479

8580
<!-- Badges: status -->
86-
[test-badge]: https://github.com/go-openapi/analysis/actions/workflows/go-test.yml/badge.svg
87-
[test-url]: https://github.com/go-openapi/analysis/actions/workflows/go-test.yml
88-
[cov-badge]: https://codecov.io/gh/go-openapi/analysis/branch/master/graph/badge.svg
89-
[cov-url]: https://codecov.io/gh/go-openapi/analysis
90-
[vuln-scan-badge]: https://github.com/go-openapi/analysis/actions/workflows/scanner.yml/badge.svg
91-
[vuln-scan-url]: https://github.com/go-openapi/analysis/actions/workflows/scanner.yml
92-
[codeql-badge]: https://github.com/go-openapi/analysis/actions/workflows/codeql.yml/badge.svg
93-
[codeql-url]: https://github.com/go-openapi/analysis/actions/workflows/codeql.yml
81+
[test-badge]: https://github.com/go-openapi/runtime/actions/workflows/go-test.yml/badge.svg
82+
[test-url]: https://github.com/go-openapi/runtime/actions/workflows/go-test.yml
83+
[cov-badge]: https://codecov.io/gh/go-openapi/runtime/branch/master/graph/badge.svg
84+
[cov-url]: https://codecov.io/gh/go-openapi/runtime
85+
[vuln-scan-badge]: https://github.com/go-openapi/runtime/actions/workflows/scanner.yml/badge.svg
86+
[vuln-scan-url]: https://github.com/go-openapi/runtime/actions/workflows/scanner.yml
87+
[codeql-badge]: https://github.com/go-openapi/runtime/actions/workflows/codeql.yml/badge.svg
88+
[codeql-url]: https://github.com/go-openapi/runtime/actions/workflows/codeql.yml
9489
<!-- Badges: release & docker images -->
95-
[release-badge]: https://badge.fury.io/gh/go-openapi%2Fanalysis.svg
96-
[release-url]: https://badge.fury.io/gh/go-openapi%2Fanalysis
97-
[gomod-badge]: https://badge.fury.io/go/github.com%2Fgo-openapi%2Fanalysis.svg
98-
[gomod-url]: https://badge.fury.io/go/github.com%2Fgo-openapi%2Fanalysis
90+
[release-badge]: https://badge.fury.io/gh/go-openapi%2Fruntime.svg
91+
[release-url]: https://badge.fury.io/gh/go-openapi%2Fruntime
92+
[gomod-badge]: https://badge.fury.io/go/github.com%2Fgo-openapi%2Fruntime.svg
93+
[gomod-url]: https://badge.fury.io/go/github.com%2Fgo-openapi%2Fruntime
9994
<!-- Badges: code quality -->
100-
[gocard-badge]: https://goreportcard.com/badge/github.com/go-openapi/analysis
101-
[gocard-url]: https://goreportcard.com/report/github.com/go-openapi/analysis
102-
[codefactor-badge]: https://img.shields.io/codefactor/grade/github/go-openapi/analysis
103-
[codefactor-url]: https://www.codefactor.io/repository/github/go-openapi/analysis
95+
[gocard-badge]: https://goreportcard.com/badge/github.com/go-openapi/runtime
96+
[gocard-url]: https://goreportcard.com/report/github.com/go-openapi/runtime
97+
[codefactor-badge]: https://img.shields.io/codefactor/grade/github/go-openapi/runtime
98+
[codefactor-url]: https://www.codefactor.io/repository/github/go-openapi/runtime
10499
<!-- Badges: documentation & support -->
105100
[doc-badge]: https://img.shields.io/badge/doc-site-blue?link=https%3A%2F%2Fgoswagger.io%2Fgo-openapi%2F
106101
[doc-url]: https://goswagger.io/go-openapi
107-
[godoc-badge]: https://pkg.go.dev/badge/github.com/go-openapi/analysis
108-
[godoc-url]: http://pkg.go.dev/github.com/go-openapi/analysis
102+
[godoc-badge]: https://pkg.go.dev/badge/github.com/go-openapi/runtime
103+
[godoc-url]: http://pkg.go.dev/github.com/go-openapi/runtime
109104
[slack-logo]: https://a.slack-edge.com/e6a93c1/img/icons/favicon-32.png
110105
[slack-badge]: https://img.shields.io/badge/slack-blue?link=https%3A%2F%2Fgoswagger.slack.com%2Farchives%2FC04R30YM
111106
[slack-url]: https://goswagger.slack.com/archives/C04R30YMU
@@ -114,9 +109,9 @@ Maintainers can cut a new release by either:
114109

115110
<!-- Badges: license & compliance -->
116111
[license-badge]: http://img.shields.io/badge/license-Apache%20v2-orange.svg
117-
[license-url]: https://github.com/go-openapi/analysis/?tab=Apache-2.0-1-ov-file#readme
112+
[license-url]: https://github.com/go-openapi/runtime/?tab=Apache-2.0-1-ov-file#readme
118113
<!-- Badges: others & stats -->
119-
[goversion-badge]: https://img.shields.io/github/go-mod/go-version/go-openapi/analysis
120-
[goversion-url]: https://github.com/go-openapi/analysis/blob/master/go.mod
121-
[top-badge]: https://img.shields.io/github/languages/top/go-openapi/analysis
122-
[commits-badge]: https://img.shields.io/github/commits-since/go-openapi/analysis/latest
114+
[goversion-badge]: https://img.shields.io/github/go-mod/go-version/go-openapi/runtime
115+
[goversion-url]: https://github.com/go-openapi/runtime/blob/master/go.mod
116+
[top-badge]: https://img.shields.io/github/languages/top/go-openapi/runtime
117+
[commits-badge]: https://img.shields.io/github/commits-since/go-openapi/runtime/latest

0 commit comments

Comments
 (0)