From 471148e025b6319306cc0cd519a28d8ad32ce652 Mon Sep 17 00:00:00 2001 From: Jason Hancock Date: Wed, 18 Oct 2023 13:46:30 -0700 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0362dcc..291887d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # healthz -[![GoDoc](https://godoc.org/github.com/jasonhancock/healthz?status.svg)](https://godoc.org/github.com/jasonhancock/healthz) +[![Go Reference](https://pkg.go.dev/badge/github.com/jasonhancock/healthz.svg)](https://pkg.go.dev/github.com/jasonhancock/healthz) [![Go Report Card](https://goreportcard.com/badge/github.com/jasonhancock/healthz)](https://goreportcard.com/report/github.com/jasonhancock/healthz) Inspired by Kelsey Hightower's [talk at Monitorama](https://vimeo.com/173610242), the code accompanying the talk (https://github.com/kelseyhightower/app-healthz/) and the healthz implementation in Kubernetes(https://github.com/kubernetes/kubernetes/tree/master/pkg/healthz).