From c549b14f27692ae7316593b7c6bb332ad9abe320 Mon Sep 17 00:00:00 2001 From: Oleksandr Redko Date: Tue, 14 Jan 2025 13:55:52 +0200 Subject: [PATCH] Update Go docs link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4f70a4e..b5370ab 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![GoDoc](https://godoc.org/github.com/docker/go-units?status.svg)](https://godoc.org/github.com/docker/go-units) +[![Go Reference](https://pkg.go.dev/badge/github.com/docker/go-units.svg)](https://pkg.go.dev/github.com/docker/go-units) # Introduction @@ -6,7 +6,7 @@ go-units is a library to transform human friendly measurements into machine frie ## Usage -See the [docs in godoc](https://godoc.org/github.com/docker/go-units) for examples and documentation. +See the [docs](https://pkg.go.dev/github.com/docker/go-units) for examples and documentation. ## Copyright and license