|
1 | 1 | HTML StripTags for Go
|
2 | 2 | =====================
|
3 | 3 |
|
4 |
| -[![Used By][used-by-svg]][used-by-link] |
5 |
| -[![Build Status][build-status-svg]][build-status-link] |
6 |
| -[![Go Report Card][goreport-svg]][goreport-link] |
7 |
| -[![Docs][docs-godoc-svg]][docs-godoc-link] |
8 |
| -[![License][license-svg]][license-link] |
| 4 | +[![Used By][used-by-svg]][used-by-url] |
| 5 | +[![Build Status][build-status-svg]][build-status-url] |
| 6 | +[![Go Report Card][goreport-svg]][goreport-url] |
| 7 | +[![Docs][docs-godoc-svg]][docs-godoc-url] |
| 8 | +[![License][license-svg]][license-url] |
9 | 9 |
|
10 | 10 | This is a Go package containing an extracted version of the unexported `stripTags` function in `html/template/html.go`.
|
11 | 11 |
|
@@ -37,16 +37,16 @@ func main() {
|
37 | 37 | ```
|
38 | 38 |
|
39 | 39 | [used-by-svg]: https://sourcegraph.com/github.com/grokify/html-strip-tags-go/-/badge.svg
|
40 |
| - [used-by-link]: https://sourcegraph.com/github.com/grokify/html-strip-tags-go?badge |
| 40 | + [used-by-url]: https://sourcegraph.com/github.com/grokify/html-strip-tags-go?badge |
41 | 41 | [goreport-svg]: https://goreportcard.com/badge/github.com/grokify/html-strip-tags-go
|
42 |
| - [goreport-link]: https://goreportcard.com/report/github.com/grokify/html-strip-tags-go |
43 |
| - [build-status-svg]: https://github.com/grokify/html-strip-tags-go/workflows/test/badge.svg |
44 |
| - [build-status-link]: https://github.com/grokify/html-strip-tags-go/actions |
| 42 | + [goreport-url]: https://goreportcard.com/report/github.com/grokify/html-strip-tags-go |
| 43 | + [build-status-svg]: https://github.com/grokify/html-strip-tags-go/actions/workflows/ci.yaml/badge.svg?branch=main |
| 44 | + [build-status-url]: https://github.com/grokify/html-strip-tags-go/actions/workflows/ci.yaml |
45 | 45 | [coverage-status-svg]: https://coveralls.io/repos/grokify/html-strip-tags-go/badge.svg?branch=master
|
46 |
| - [coverage-status-link]: https://coveralls.io/r/grokify/html-strip-tags-go?branch=master |
| 46 | + [coverage-status-url]: https://coveralls.io/r/grokify/html-strip-tags-go?branch=master |
47 | 47 | [codeclimate-status-svg]: https://codeclimate.com/github/grokify/html-strip-tags-go/badges/gpa.svg
|
48 |
| - [codeclimate-status-link]: https://codeclimate.com/github/grokify/html-strip-tags-go |
| 48 | + [codeclimate-status-url]: https://codeclimate.com/github/grokify/html-strip-tags-go |
49 | 49 | [docs-godoc-svg]: https://pkg.go.dev/badge/github.com/grokify/html-strip-tags-go
|
50 |
| - [docs-godoc-link]: https://pkg.go.dev/github.com/grokify/html-strip-tags-go |
| 50 | + [docs-godoc-url]: https://pkg.go.dev/github.com/grokify/html-strip-tags-go |
51 | 51 | [license-svg]: https://img.shields.io/badge/license-BSD--style+patent--grant-blue.svg
|
52 |
| - [license-link]: https://github.com/grokify/html-strip-tags-go/blob/master/LICENSE |
| 52 | + [license-url]: https://github.com/grokify/html-strip-tags-go/blob/master/LICENSE |
0 commit comments