From 8a0d6a2f7fa52a314c560e9f8cf8f15090c362e7 Mon Sep 17 00:00:00 2001 From: Sergey Solodyagin Date: Fri, 29 Dec 2023 15:19:49 +0300 Subject: [PATCH] chore: fix badges links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 95b47a5..5b2e1a5 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # sanitize [![Go Reference](https://img.shields.io/badge/godoc-reference-5272B4.svg)](https://pkg.go.dev/github.com/andoma-go/sanitize) -![Commit activity](https://img.shields.io/github/commit-activity/m/andoma-go/sanitize) +[![Activity](https://img.shields.io/github/commit-activity/m/andoma-go/sanitize)](https://github.com/andoma-go/sanitize/activity) [![Status](https://img.shields.io/github/actions/workflow/status/andoma-go/sanitize/test.yml)](https://github.com/andoma-go/sanitize/actions/workflows/test.yml) -![License](https://img.shields.io/github/license/andoma-go/sanitize) -![Go version](https://img.shields.io/github/go-mod/go-version/andoma-go/sanitize) +[![License](https://img.shields.io/github/license/andoma-go/sanitize.svg)](https://github.com/andoma-go/sanitize/blob/master/LICENSE) +[![Go version](https://img.shields.io/github/go-mod/go-version/andoma-go/sanitize)](https://go.dev) ## Installation