From 36b13088d8483c8ed512ae27a3bce612476446c8 Mon Sep 17 00:00:00 2001 From: Ichinose Shogo Date: Mon, 8 Mar 2021 20:12:08 +0900 Subject: [PATCH] migrate the godoc badge to pkg.go.dev --- README.md | 6 +++--- events/README.md | 2 +- lambda/README.md | 2 +- lambda/messages/README.md | 2 +- lambdacontext/README.md | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index b4422735..7a3833b1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![tests][1]][2] [![build-lambda-zip][3]][4] -[![GoDoc][5]][6] +[![Go Reference][5]][6] [![GoCard][7]][8] [![codecov][9]][10] @@ -10,8 +10,8 @@ [2]: https://github.com/aws/aws-lambda-go/actions?query=workflow%3Atests [3]: https://github.com/aws/aws-lambda-go/workflows/go%20get%20build-lambda-zip/badge.svg [4]: https://github.com/aws/aws-lambda-go/actions?query=workflow%3A%22go+get+build-lambda-zip%22 -[5]: https://godoc.org/github.com/aws/aws-lambda-go?status.svg -[6]: https://godoc.org/github.com/aws/aws-lambda-go +[5]: https://pkg.go.dev/badge/github.com/aws/aws-lambda-go.svg +[6]: https://pkg.go.dev/github.com/aws/aws-lambda-go [7]: https://goreportcard.com/badge/github.com/aws/aws-lambda-go [8]: https://goreportcard.com/report/github.com/aws/aws-lambda-go [9]: https://codecov.io/gh/aws/aws-lambda-go/branch/master/graph/badge.svg diff --git a/events/README.md b/events/README.md index 1b43082e..57bdf975 100644 --- a/events/README.md +++ b/events/README.md @@ -1,6 +1,6 @@ # Overview -[![GoDoc](https://godoc.org/github.com/aws/aws-lambda-go/events?status.svg)](https://godoc.org/github.com/aws/aws-lambda-go/events) +[![Go Reference](https://pkg.go.dev/badge/github.com/aws/aws-lambda-go/events.svg)](https://pkg.go.dev/github.com/aws/aws-lambda-go/events) This package provides input types for Lambda functions that process AWS events. diff --git a/lambda/README.md b/lambda/README.md index 76f8679b..dcaca6d1 100644 --- a/lambda/README.md +++ b/lambda/README.md @@ -1,3 +1,3 @@ # Overview -[![GoDoc](https://godoc.org/github.com/aws/aws-lambda-go/lambda?status.svg)](https://godoc.org/github.com/aws/aws-lambda-go/lambda) +[![Go Reference](https://pkg.go.dev/badge/github.com/aws/aws-lambda-go/lambda.svg)](https://pkg.go.dev/github.com/aws/aws-lambda-go/lambda) diff --git a/lambda/messages/README.md b/lambda/messages/README.md index 8bf6ef4b..04eddfad 100644 --- a/lambda/messages/README.md +++ b/lambda/messages/README.md @@ -1,3 +1,3 @@ # Overview -[![GoDoc](https://godoc.org/github.com/aws/aws-lambda-go/lambda/messages?status.svg)](https://godoc.org/github.com/aws/aws-lambda-go/lambda/messages) +[![Go Reference](https://pkg.go.dev/badge/github.com/aws/aws-lambda-go/lambda/messages.svg)](https://pkg.go.dev/github.com/aws/aws-lambda-go/lambda/messages) diff --git a/lambdacontext/README.md b/lambdacontext/README.md index 44d648a5..e8c22996 100644 --- a/lambdacontext/README.md +++ b/lambdacontext/README.md @@ -1,3 +1,3 @@ # Overview -[![GoDoc](https://godoc.org/github.com/aws/aws-lambda-go/lambdacontext?status.svg)](https://godoc.org/github.com/aws/aws-lambda-go/lambdacontext) +[![Go Reference](https://pkg.go.dev/badge/github.com/aws/aws-lambda-go/lambdacontext.svg)](https://pkg.go.dev/github.com/aws/aws-lambda-go/lambdacontext)