Skip to content

Commit

Permalink
Bug fix: Fix auto-scaling readme
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisTraub committed Jan 29, 2024
1 parent cefa216 commit 911ad5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions javascriptv3/example_code/auto-scaling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


<!--custom.examples.start-->
Expand Down

0 comments on commit 911ad5d

Please sign in to comment.