From bd2db2d4a2530ebd020247a523e75c82288587e9 Mon Sep 17 00:00:00 2001 From: Christian Banse Date: Tue, 3 Aug 2021 19:41:00 +0200 Subject: [PATCH] Changing pkg.go.dev URL to github.com/golang-jwt/jwt/v4 (#77) * Changing pkg.go.dev URL to https://pkg.go.dev/github.com/golang-jwt/jwt/v4 Otherwise, people will end up at the v3 release and might miss on clicking the small "there is a v4 hint" on pkg.go.dev --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96fe3b9..88a8d15 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # jwt-go [![build](https://github.com/golang-jwt/jwt/actions/workflows/build.yml/badge.svg)](https://github.com/golang-jwt/jwt/actions/workflows/build.yml) -[![Go Reference](https://pkg.go.dev/badge/github.com/golang-jwt/jwt.svg)](https://pkg.go.dev/github.com/golang-jwt/jwt) +[![Go Reference](https://pkg.go.dev/badge/github.com/golang-jwt/jwt/v4.svg)](https://pkg.go.dev/github.com/golang-jwt/jwt/v4) A [go](http://www.golang.org) (or 'golang' for search engine friendliness) implementation of [JSON Web Tokens](https://datatracker.ietf.org/doc/html/rfc7519).