From 53d9f5372a27fd608c2262d835ac7e42ed3b3f2a Mon Sep 17 00:00:00 2001 From: Marin Atanasov Nikolov Date: Fri, 19 Aug 2022 13:47:40 +0300 Subject: [PATCH] Update badge URLs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d8b378b..9558341 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/github.com/dnaeon/go-vcr/v3)](https://pkg.go.dev/github.com/dnaeon/go-vcr/v3) -[![Go Report Card](https://goreportcard.com/badge/github.com/dnaeon/go-vcr)](https://goreportcard.com/report/github.com/dnaeon/go-vcr) +[![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) [![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