From 4015d92ad0490355515f7e4a6de761f0056c4b81 Mon Sep 17 00:00:00 2001 From: Marin Atanasov Nikolov Date: Fri, 19 Aug 2022 13:51:35 +0300 Subject: [PATCH] Another fix to badge URLs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9558341..88080ae 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ ## go-vcr [![Build Status](https://github.com/dnaeon/go-vcr/actions/workflows/test.yaml/badge.svg)](https://github.com/dnaeon/go-vcr/actions/workflows/test.yaml/badge.svg) -[![GoDoc](https://pkg.go.dev/gopkg.in/dnaeon/go-vcr.v3)](https://pkg.go.dev/gopkg.in/dnaeon/go-vcr.v3) -[![Go Report Card](https://goreportcard.com/report/gopkg.in/dnaeon/go-vcr.v3)](https://goreportcard.com/report/gopkg.in/dnaeon/go-vcr.v3) +[![Go Reference](https://pkg.go.dev/badge/gopkg.in/dnaeon/go-vcr.v3.svg)](https://pkg.go.dev/gopkg.in/dnaeon/go-vcr.v3) +[![Go Report Card](https://goreportcard.com/badge/gopkg.in/dnaeon/go-vcr.v3)](https://goreportcard.com/report/gopkg.in/dnaeon/go-vcr.v3) [![codecov](https://codecov.io/gh/dnaeon/go-vcr/branch/master/graph/badge.svg)](https://codecov.io/gh/dnaeon/go-vcr) `go-vcr` simplifies testing by recording your HTTP interactions and