mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
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.
This commit is contained in:
@@ -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_
|
||||
|
||||
Reference in New Issue
Block a user