From 48d55ba00b91d50c0c7fce9129312c88f7d41158 Mon Sep 17 00:00:00 2001 From: Ivan Santos <301291+pragmaticivan@users.noreply.github.com> Date: Tue, 4 Feb 2025 20:25:14 -0600 Subject: [PATCH] docs(nodejs): remove broken integration link from nodejs readme --- nodejs/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/nodejs/README.md b/nodejs/README.md index f562bc38d8..a2870e51f4 100644 --- a/nodejs/README.md +++ b/nodejs/README.md @@ -44,5 +44,4 @@ You'll find the generated layer zip file at `./packages/layer/build/layer.zip`. Sample applications are provided to show usage of the above layer. - Application using AWS SDK - shows using the wrapper with an application using AWS SDK without code change. - - [Using layer built from source](./integration-tests/aws-sdk) - [WIP] [Using OTel Public Layer](./sample-apps/aws-sdk)