From 6a1a4c157be7de8d03f239720a0bdc6fc671492c Mon Sep 17 00:00:00 2001 From: Ruidy Date: Fri, 25 Mar 2022 11:00:09 -0400 Subject: [PATCH] update docs --- README.md | 2 +- docs/content/_index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a80f79c..7e39ba9 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Underscore ![License](https://img.shields.io/github/license/rjNemo/underscore?style=for-the-badge) -![Go version](https://img.shields.io/github/go-mod/go-version/rjNemo/underscore?style=for-the-badge&logo=go) +[![Go version](https://img.shields.io/github/go-mod/go-version/rjNemo/underscore?style=for-the-badge&logo=go)](https://pkg.go.dev/github.com/rjNemo/underscore) ![Go report](https://goreportcard.com/badge/github.com/rjNemo/underscore?style=for-the-badge) ![test coverage](https://img.shields.io/codecov/c/github/rjNemo/underscore?style=for-the-badge&logo=codecov) diff --git a/docs/content/_index.md b/docs/content/_index.md index 215a780..88ef255 100644 --- a/docs/content/_index.md +++ b/docs/content/_index.md @@ -3,7 +3,7 @@ title: underscore --- ![License](https://img.shields.io/github/license/rjNemo/underscore?style=for-the-badge) -![Go version](https://img.shields.io/github/go-mod/go-version/rjNemo/underscore?style=for-the-badge&logo=go) +[![Go version](https://img.shields.io/github/go-mod/go-version/rjNemo/underscore?style=for-the-badge&logo=go)](https://pkg.go.dev/github.com/rjNemo/underscore) ![Go report](https://goreportcard.com/badge/github.com/rjNemo/underscore?style=for-the-badge) ![test coverage](https://img.shields.io/codecov/c/github/rjNemo/underscore?style=for-the-badge&logo=codecov)