Fix broken links in docs/job-specification

This commit is contained in:
Rob Genova 2018-06-22 20:50:42 +00:00 committed by Preetha Appan
parent 090b736692
commit 5dde6d0e40
No known key found for this signature in database
GPG Key ID: 9F7C19990A50EAFC
7 changed files with 10 additions and 10 deletions

View File

@ -275,7 +275,7 @@ constraint {
[job]: /docs/job-specification/job.html "Nomad job Job Specification" [job]: /docs/job-specification/job.html "Nomad job Job Specification"
[group]: /docs/job-specification/group.html "Nomad group Job Specification" [group]: /docs/job-specification/group.html "Nomad group Job Specification"
[client-meta]: /docs/agent/configuration/client.html#meta "Nomad meta Job Specification" [client-meta]: /docs/configuration/client.html#meta "Nomad meta Job Specification"
[task]: /docs/job-specification/task.html "Nomad task Job Specification" [task]: /docs/job-specification/task.html "Nomad task Job Specification"
[interpolation]: /docs/runtime/interpolation.html "Nomad interpolation" [interpolation]: /docs/runtime/interpolation.html "Nomad interpolation"
[node-variables]: /docs/runtime/interpolation.html#node-variables- "Nomad interpolation-Node variables" [node-variables]: /docs/runtime/interpolation.html#node-variables- "Nomad interpolation-Node variables"

View File

@ -223,4 +223,4 @@ $ VAULT_TOKEN="..." nomad job run example.nomad
[task]: /docs/job-specification/task.html "Nomad task Job Specification" [task]: /docs/job-specification/task.html "Nomad task Job Specification"
[update]: /docs/job-specification/update.html "Nomad update Job Specification" [update]: /docs/job-specification/update.html "Nomad update Job Specification"
[vault]: /docs/job-specification/vault.html "Nomad vault Job Specification" [vault]: /docs/job-specification/vault.html "Nomad vault Job Specification"
[scheduler]: /docs/runtime/schedulers.html "Nomad Scheduler Types" [scheduler]: /docs/schedulers.html "Nomad Scheduler Types"

View File

@ -48,7 +48,7 @@ stanza for allocations on that node. The `migrate` stanza is for job authors to
define how their services should be migrated, while the node drain deadline is define how their services should be migrated, while the node drain deadline is
for system operators to put hard limits on how long a drain may take. for system operators to put hard limits on how long a drain may take.
See the [Decommissioning Nodes guide](/guides/node-draining.html) for details See the [Workload Migration Guide](/guides/operations/node-draining.html) for details
on node draining. on node draining.
## `migrate` Parameters ## `migrate` Parameters

View File

@ -157,7 +157,7 @@ job "email-blast" {
``` ```
[batch-type]: /docs/job-specification/job.html#type "Batch scheduler type" [batch-type]: /docs/job-specification/job.html#type "Batch scheduler type"
[dispatch command]: /docs/commands/job-dispatch.html "Nomad Job Dispatch Command" [dispatch command]: /docs/commands/job/dispatch.html "Nomad Job Dispatch Command"
[resources]: /docs/job-specification/resources.html "Nomad resources Job Specification" [resources]: /docs/job-specification/resources.html "Nomad resources Job Specification"
[interpolation]: /docs/runtime/interpolation.html "Nomad Runtime Interpolation" [interpolation]: /docs/runtime/interpolation.html "Nomad Runtime Interpolation"
[dispatch_payload]: /docs/job-specification/dispatch_payload.html "Nomad dispatch_payload Job Specification" [dispatch_payload]: /docs/job-specification/dispatch_payload.html "Nomad dispatch_payload Job Specification"

View File

@ -622,7 +622,7 @@ system of a task for that driver.</small>
[check_restart_stanza]: /docs/job-specification/check_restart.html "check_restart stanza" [check_restart_stanza]: /docs/job-specification/check_restart.html "check_restart stanza"
[consul_grpc]: https://www.consul.io/api/agent/check.html#grpc [consul_grpc]: https://www.consul.io/api/agent/check.html#grpc
[service-discovery]: /docs/service-discovery/index.html "Nomad Service Discovery" [service-discovery]: /guides/operations/consul-integration/index.html#service-discovery/index.html "Nomad Service Discovery"
[interpolation]: /docs/runtime/interpolation.html "Nomad Runtime Interpolation" [interpolation]: /docs/runtime/interpolation.html "Nomad Runtime Interpolation"
[network]: /docs/job-specification/network.html "Nomad network Job Specification" [network]: /docs/job-specification/network.html "Nomad network Job Specification"
[qemu]: /docs/drivers/qemu.html "Nomad qemu Driver" [qemu]: /docs/drivers/qemu.html "Nomad qemu Driver"

View File

@ -195,12 +195,12 @@ task "server" {
[meta]: /docs/job-specification/meta.html "Nomad meta Job Specification" [meta]: /docs/job-specification/meta.html "Nomad meta Job Specification"
[resources]: /docs/job-specification/resources.html "Nomad resources Job Specification" [resources]: /docs/job-specification/resources.html "Nomad resources Job Specification"
[logs]: /docs/job-specification/logs.html "Nomad logs Job Specification" [logs]: /docs/job-specification/logs.html "Nomad logs Job Specification"
[service]: /docs/service-discovery/index.html "Nomad Service Discovery" [service]: /guides/operations/consul-integration/index.html#service-discovery/index.html "Nomad Service Discovery"
[exec]: /docs/drivers/exec.html "Nomad exec Driver" [exec]: /docs/drivers/exec.html "Nomad exec Driver"
[java]: /docs/drivers/java.html "Nomad Java Driver" [java]: /docs/drivers/java.html "Nomad Java Driver"
[Docker]: /docs/drivers/docker.html "Nomad Docker Driver" [Docker]: /docs/drivers/docker.html "Nomad Docker Driver"
[rkt]: /docs/drivers/rkt.html "Nomad rkt Driver" [rkt]: /docs/drivers/rkt.html "Nomad rkt Driver"
[template]: /docs/job-specification/template.html "Nomad template Job Specification" [template]: /docs/job-specification/template.html "Nomad template Job Specification"
[user_drivers]: /docs/agent/configuration/client.html#_quot_user_checked_drivers_quot_ [user_drivers]: /docs/configuration/client.html#_quot_user_checked_drivers_quot_
[user_blacklist]: /docs/agent/configuration/client.html#_quot_user_blacklist_quot_ [user_blacklist]: /docs/configuration/client.html#_quot_user_blacklist_quot_
[max_kill]: /docs/agent/configuration/client.html#max_kill_timeout [max_kill]: /docs/configuration/client.html#max_kill_timeout

View File

@ -278,7 +278,7 @@ rather than `secret/...`.
## Client Configuration ## Client Configuration
The `template` block has the following [client configuration The `template` block has the following [client configuration
options](/docs/agent/configuration/client.html#options): options](/docs/configuration/client.html#options):
* `template.allow_host_source` - Allows templates to specify their source * `template.allow_host_source` - Allows templates to specify their source
template as an absolute path referencing host directories. Defaults to `true`. template as an absolute path referencing host directories. Defaults to `true`.