Skip to content

Commit bf895bb

Browse files
Fix readme links to Go docs
1 parent 2e195b9 commit bf895bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Package vat
22
===
33

4-
![Build](https://github.com/Teamwork/vat/actions/workflows/build.yml/badge.svg)
5-
[![Go Report Card](https://goreportcard.com/badge/github.com/teamwork/vat)](https://goreportcard.com/report/github.com/teamwork/vat)
6-
[![GoDoc](https://godoc.org/github.com/teamwork/vat?status.svg)](https://godoc.org/github.com/teamwork/vat)
4+
![Build](https://github.com/Teamwork/vat/v2/actions/workflows/build.yml/badge.svg)
5+
[![Go Report Card](https://goreportcard.com/badge/github.com/teamwork/vat/v2)](https://goreportcard.com/report/github.com/teamwork/vat)
6+
[![GoDoc](https://godoc.org/github.com/teamwork/vat/v2?status.svg)](https://godoc.org/github.com/teamwork/vat)
77
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/teamwork/vat/master/LICENSE)
88

99
Package for validating VAT numbers & retrieving VAT rates (from [ibericode/vat-rates](https://github.com/ibericode/vat-rates)) in Go.

0 commit comments

Comments
 (0)