From 94c28a4c6cc45f1b377d50a6bff2017b46c43d18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Portebois?= Date: Mon, 1 Oct 2018 20:19:44 -0400 Subject: [PATCH] Fix the service stanza link in task documentation Only a single service link target was set for both the service job spec and the Consul-connect integration. --- website/source/docs/job-specification/task.html.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/website/source/docs/job-specification/task.html.md b/website/source/docs/job-specification/task.html.md index 85a2486b7..7b4ce28f8 100644 --- a/website/source/docs/job-specification/task.html.md +++ b/website/source/docs/job-specification/task.html.md @@ -161,7 +161,7 @@ task "server" { ### Service Discovery This example creates a service in Consul. To read more about service discovery -in Nomad, please see the [Nomad service discovery documentation][service]. +in Nomad, please see the [Nomad service discovery documentation][service_discovery]. ```hcl task "server" { @@ -195,12 +195,13 @@ task "server" { [meta]: /docs/job-specification/meta.html "Nomad meta Job Specification" [resources]: /docs/job-specification/resources.html "Nomad resources Job Specification" [logs]: /docs/job-specification/logs.html "Nomad logs Job Specification" -[service]: /guides/operations/consul-integration/index.html#service-discovery/index.html "Nomad Service Discovery" +[service]: /docs/job-specification/service.html "Nomad service Job Specification" [vault]: /docs/job-specification/vault.html "Nomad vault Job Specification" [exec]: /docs/drivers/exec.html "Nomad exec Driver" [java]: /docs/drivers/java.html "Nomad Java Driver" [Docker]: /docs/drivers/docker.html "Nomad Docker Driver" [rkt]: /docs/drivers/rkt.html "Nomad rkt Driver" +[service_discovery]: /guides/operations/consul-integration/index.html#service-discovery/index.html "Nomad Service Discovery" [template]: /docs/job-specification/template.html "Nomad template Job Specification" [user_drivers]: /docs/configuration/client.html#_quot_user_checked_drivers_quot_ [user_blacklist]: /docs/configuration/client.html#_quot_user_blacklist_quot_