From 49ea9cded510040edfcb1a71184e9b77eba7b325 Mon Sep 17 00:00:00 2001 From: Colleen McGinnis Date: Thu, 6 Mar 2025 10:55:15 -0600 Subject: [PATCH] fix external links --- docs/reference/connecting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/connecting.md b/docs/reference/connecting.md index 0c399bdff8..4efd7d1d09 100644 --- a/docs/reference/connecting.md +++ b/docs/reference/connecting.md @@ -291,5 +291,5 @@ func main() { Resources used to assess these recommendations: * [GCP Cloud Functions: Tips & Tricks](https://cloud.google.com/functions/docs/bestpractices/tips#use_global_variables_to_reuse_objects_in_future_invocations) -* [Best practices for working with AWS Lambda functions](https://docs.aws.amazon.com/lambda/latest/dg/best-practices.md) -* [AWS Lambda: Comparing the effect of global scope](https://docs.aws.amazon.com/lambda/latest/operatorguide/global-scope.md) +* [Best practices for working with AWS Lambda functions](https://docs.aws.amazon.com/lambda/latest/dg/best-practices.html) +* [AWS Lambda: Comparing the effect of global scope](https://docs.aws.amazon.com/lambda/latest/operatorguide/global-scope.html)