diff --git a/doc_source/golang-handler.md b/doc_source/golang-handler.md index 5acc75f7..e193dc0a 100644 --- a/doc_source/golang-handler.md +++ b/doc_source/golang-handler.md @@ -90,7 +90,7 @@ And the response would look like this: } ``` -To be exported, field names in the event struct must be capitalized\. For more information on handling events from AWS event sources, see [aws\-lambda\-go/events](https://github.com/aws/aws-lambda-go/tree/main/events)\. +To be exported, field names in the event struct must be capitalized\. For more information on handling events from AWS event sources, see [aws\-lambda\-go/events](https://github.com/aws/aws-lambda-go/tree/master/events)\. ### Valid handler signatures @@ -176,4 +176,4 @@ func LambdaHandler() (int, error) { func main() { lambda.Start(LambdaHandler) } -``` \ No newline at end of file +```