Skip to content

Commit

Permalink
Backport of Fixed broken link in the ECS documentation into release/1…
Browse files Browse the repository at this point in the history
….17.x (#21024)

backport of commit 064f5ba

Co-authored-by: Ranjandas <thejranjan@gmail.com>
  • Loading branch information
hc-github-team-consul-core and Ranjandas committed May 14, 2024
1 parent e0798f6 commit aa7d764
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions website/content/docs/ecs/deploy/bind-addresses.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Binding workloads to the loopback address ensures that your application only rec

Consul service mesh must be deployed to ECS before you can bind a network address. For more information, refer to the following topics:

- [Deploy Consul to ECS using the Terraform module](/consul/docs/ecs/deploy/install-terraform)
- [Deploy Consul to ECS manually](/consul/docs/ecs/deploy/install-manual)
- [Deploy Consul to ECS using the Terraform module](/consul/docs/ecs/deploy/terraform)
- [Deploy Consul to ECS manually](/consul/docs/ecs/deploy/manual)

## Change the listening address

Expand Down
6 changes: 3 additions & 3 deletions website/content/docs/ecs/deploy/configure-routes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ To enable tasks to call through the service mesh, complete the following steps:

Consul service mesh must be deployed to ECS before you can bind a network address. For more information, refer to the following topics:

- [Deploy Consul to ECS using the Terraform module](/consul/docs/ecs/deploy/install-terraform)
- [Deploy Consul to ECS manually](/consul/docs/ecs/deploy/install-manual)
- [Deploy Consul to ECS using the Terraform module](/consul/docs/ecs/deploy/terraform)
- [Deploy Consul to ECS manually](/consul/docs/ecs/deploy/manual)

## Configure the sidecar proxy

Expand Down Expand Up @@ -76,4 +76,4 @@ module "web" {
]
...
}
```
```

0 comments on commit aa7d764

Please sign in to comment.