Skip to content

Commit e5da494

Browse files
authored
migrate the godoc badge to pkg.go.dev (#366)
1 parent 6c2af88 commit e5da494

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
[![tests][1]][2]
44
[![build-lambda-zip][3]][4]
5-
[![GoDoc][5]][6]
5+
[![Go Reference][5]][6]
66
[![GoCard][7]][8]
77
[![codecov][9]][10]
88

99
[1]: https://github.com/aws/aws-lambda-go/workflows/tests/badge.svg
1010
[2]: https://github.com/aws/aws-lambda-go/actions?query=workflow%3Atests
1111
[3]: https://github.com/aws/aws-lambda-go/workflows/go%20get%20build-lambda-zip/badge.svg
1212
[4]: https://github.com/aws/aws-lambda-go/actions?query=workflow%3A%22go+get+build-lambda-zip%22
13-
[5]: https://godoc.org/github.com/aws/aws-lambda-go?status.svg
14-
[6]: https://godoc.org/github.com/aws/aws-lambda-go
13+
[5]: https://pkg.go.dev/badge/github.com/aws/aws-lambda-go.svg
14+
[6]: https://pkg.go.dev/github.com/aws/aws-lambda-go
1515
[7]: https://goreportcard.com/badge/github.com/aws/aws-lambda-go
1616
[8]: https://goreportcard.com/report/github.com/aws/aws-lambda-go
1717
[9]: https://codecov.io/gh/aws/aws-lambda-go/branch/master/graph/badge.svg

events/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Overview
22

3-
[![GoDoc](https://godoc.org/github.com/aws/aws-lambda-go/events?status.svg)](https://godoc.org/github.com/aws/aws-lambda-go/events)
3+
[![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)
44

55
This package provides input types for Lambda functions that process AWS events.
66

lambda/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Overview
22

3-
[![GoDoc](https://godoc.org/github.com/aws/aws-lambda-go/lambda?status.svg)](https://godoc.org/github.com/aws/aws-lambda-go/lambda)
3+
[![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)

lambda/messages/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Overview
22

3-
[![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)
3+
[![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)

lambdacontext/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Overview
22

3-
[![GoDoc](https://godoc.org/github.com/aws/aws-lambda-go/lambdacontext?status.svg)](https://godoc.org/github.com/aws/aws-lambda-go/lambdacontext)
3+
[![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)

0 commit comments

Comments
 (0)