Merge pull request #10627 from hashicorp/documentation-ecs-remote-task-driver
docs: fixes broken links
This commit is contained in:
commit
c3341b0798
|
@ -61,7 +61,7 @@ plugin "nomad-driver-ecs" {
|
|||
## Task Configuration
|
||||
|
||||
Nomad ECS tasks must first be defined for the ECS cluster. See the [Nomad ECS
|
||||
driver demo](demo) task for an example ECS task provisioned by Terraform.
|
||||
driver demo][demo] task for an example ECS task provisioned by Terraform.
|
||||
|
||||
Once the ECS task is provisioned, Nomad may run it via a job:
|
||||
|
||||
|
@ -116,7 +116,8 @@ job "nomad-ecs-demo" {
|
|||
- `subnets` - The subnets associated with the task or service.
|
||||
|
||||
[cluster]: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/clusters.html
|
||||
[demo]: https://github.com/hashicorp/nomad-driver-ecs/blob/main/demo/terraform/ecs.tf
|
||||
[download]: https://releases.hashicorp.com/nomad-ecs-driver/
|
||||
[ecs]: https://aws.amazon.com/ecs/
|
||||
[demo]: https://github.com/hashicorp/nomad-driver-ecs/tree/main/demo
|
||||
[download]: https://releases.hashicorp.com/nomad-driver-ecs/
|
||||
[plugin_dir]: /docs/configuration#plugin_dir
|
||||
[region]: https://docs.aws.amazon.com/general/latest/gr/ecs-service.html
|
||||
|
|
Loading…
Reference in a new issue