Skip to content

Commit 6716981

Browse files
Backport of Fixed broken link in the ECS documentation into release/1.18.x (#21025)
backport of commit 064f5ba Co-authored-by: Ranjandas <thejranjan@gmail.com>
1 parent 4c9a4aa commit 6716981

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

website/content/docs/ecs/deploy/bind-addresses.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Binding workloads to the loopback address ensures that your application only rec
1717

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

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

2323
## Change the listening address
2424

website/content/docs/ecs/deploy/configure-routes.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ To enable tasks to call through the service mesh, complete the following steps:
2020

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

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

2626
## Configure the sidecar proxy
2727

@@ -76,4 +76,4 @@ module "web" {
7676
]
7777
...
7878
}
79-
```
79+
```

0 commit comments

Comments
 (0)