Skip to content

Commit 4b7b22a

Browse files
authored
Merge pull request #17 from hashicorp/brandonc/badge_links
README badge links
2 parents 100f330 + 0044c38 commit 4b7b22a

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,8 +1,8 @@
11
# jsonapi
22

3-
![Build Status](https://github.com/hashicorp/jsonapi/actions/workflows/ci.yml/badge.svg?main)
4-
![Go Report Card](https://goreportcard.com/badge/github.com/hashicorp/jsonapi)
5-
![GoDoc](https://godoc.org/github.com/hashicorp/jsonapi?status.svg)
3+
[![Build Status](https://github.com/hashicorp/jsonapi/actions/workflows/ci.yml/badge.svg?main)](https://github.com/hashicorp/jsonapi/actions/workflows/ci.yml?query=branch%3Amain)
4+
[![Go Report Card](https://goreportcard.com/badge/github.com/hashicorp/jsonapi)](https://goreportcard.com/report/github.com/hashicorp/jsonapi)
5+
[![GoDoc](https://godoc.org/github.com/hashicorp/jsonapi?status.svg)](http://godoc.org/github.com/hashicorp/jsonapi)
66

77
A serializer/deserializer for JSON payloads that comply to the
88
[JSON API - jsonapi.org](http://jsonapi.org) v1.1 spec in go.

0 commit comments

Comments
 (0)