From 68de119b32003e26bd624d3d0a78eb15f5bd9b15 Mon Sep 17 00:00:00 2001 From: Colleen McGinnis Date: Thu, 6 Mar 2025 10:26:42 -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 34f85e65c..72eab6b5c 100644 --- a/docs/reference/connecting.md +++ b/docs/reference/connecting.md @@ -406,9 +406,9 @@ module.exports = async function (context, req) { 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) +* [Best practices for working with AWS Lambda functions](https://docs.aws.amazon.com/lambda/latest/dg/best-practices.html) * [Azure Functions Python developer guide](https://docs.microsoft.com/en-us/azure/azure-functions/functions-reference-python?tabs=azurecli-linux%2Capplication-level#global-variables) -* [AWS Lambda: Comparing the effect of global scope](https://docs.aws.amazon.com/lambda/latest/operatorguide/global-scope.md) +* [AWS Lambda: Comparing the effect of global scope](https://docs.aws.amazon.com/lambda/latest/operatorguide/global-scope.html) ## Connecting through a proxy [client-connect-proxy]