From 911ad5d01e9adbbde9cda99c2d0d4799aa1be955 Mon Sep 17 00:00:00 2001 From: Dennis Traub Date: Fri, 26 Jan 2024 14:43:14 +0100 Subject: [PATCH] Bug fix: Fix auto-scaling readme --- javascriptv3/example_code/auto-scaling/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/javascriptv3/example_code/auto-scaling/README.md b/javascriptv3/example_code/auto-scaling/README.md index 15941b0eb07..ceeef3a52a6 100644 --- a/javascriptv3/example_code/auto-scaling/README.md +++ b/javascriptv3/example_code/auto-scaling/README.md @@ -33,14 +33,14 @@ For prerequisites, see the [README](../../README.md#Prerequisites) in the `javas Code excerpts that show you how to call individual service functions. -- [Attach an ELB target group to an Auto Scaling group](../cross-services/wkflw-resilient-service/steps-deploy.js#L494) (`AttachLoadBalancerTargetGroups`) +- [Attach an ELB target group to an Auto Scaling group](../cross-services/wkflw-resilient-service/steps-deploy.js#L492) (`AttachLoadBalancerTargetGroups`) ### Scenarios Code examples that show you how to accomplish a specific task by calling multiple functions within the same service. -- [Build and manage a resilient service](javascriptv3/example_code/cross-services/wkflw-resilient-service/index.js) +- [Build and manage a resilient service](../cross-services/wkflw-resilient-service/index.js)