Fix broken links in docs/job-specification
This commit is contained in:
parent
090b736692
commit
5dde6d0e40
|
@ -275,7 +275,7 @@ constraint {
|
|||
|
||||
[job]: /docs/job-specification/job.html "Nomad job 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"
|
||||
[interpolation]: /docs/runtime/interpolation.html "Nomad interpolation"
|
||||
[node-variables]: /docs/runtime/interpolation.html#node-variables- "Nomad interpolation-Node variables"
|
||||
|
|
|
@ -223,4 +223,4 @@ $ VAULT_TOKEN="..." nomad job run example.nomad
|
|||
[task]: /docs/job-specification/task.html "Nomad task Job Specification"
|
||||
[update]: /docs/job-specification/update.html "Nomad update 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"
|
||||
|
|
|
@ -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
|
||||
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.
|
||||
|
||||
## `migrate` Parameters
|
||||
|
|
|
@ -157,7 +157,7 @@ job "email-blast" {
|
|||
```
|
||||
|
||||
[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"
|
||||
[interpolation]: /docs/runtime/interpolation.html "Nomad Runtime Interpolation"
|
||||
[dispatch_payload]: /docs/job-specification/dispatch_payload.html "Nomad dispatch_payload Job Specification"
|
||||
|
|
|
@ -622,7 +622,7 @@ system of a task for that driver.</small>
|
|||
|
||||
[check_restart_stanza]: /docs/job-specification/check_restart.html "check_restart stanza"
|
||||
[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"
|
||||
[network]: /docs/job-specification/network.html "Nomad network Job Specification"
|
||||
[qemu]: /docs/drivers/qemu.html "Nomad qemu Driver"
|
||||
|
|
|
@ -195,12 +195,12 @@ 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]: /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"
|
||||
[java]: /docs/drivers/java.html "Nomad Java Driver"
|
||||
[Docker]: /docs/drivers/docker.html "Nomad Docker Driver"
|
||||
[rkt]: /docs/drivers/rkt.html "Nomad rkt Driver"
|
||||
[template]: /docs/job-specification/template.html "Nomad template Job Specification"
|
||||
[user_drivers]: /docs/agent/configuration/client.html#_quot_user_checked_drivers_quot_
|
||||
[user_blacklist]: /docs/agent/configuration/client.html#_quot_user_blacklist_quot_
|
||||
[max_kill]: /docs/agent/configuration/client.html#max_kill_timeout
|
||||
[user_drivers]: /docs/configuration/client.html#_quot_user_checked_drivers_quot_
|
||||
[user_blacklist]: /docs/configuration/client.html#_quot_user_blacklist_quot_
|
||||
[max_kill]: /docs/configuration/client.html#max_kill_timeout
|
||||
|
|
|
@ -278,7 +278,7 @@ rather than `secret/...`.
|
|||
## 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 as an absolute path referencing host directories. Defaults to `true`.
|
||||
|
|
Loading…
Reference in New Issue