Skip to content

Commit

Permalink
Fix readme links to Go docs (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisrollins65 authored Apr 22, 2024
1 parent 2e195b9 commit 8b12d49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Package vat
===

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

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

0 comments on commit 8b12d49

Please sign in to comment.