From 5dde6d0e403032ab5958ac1a1ff5be8087f3384a Mon Sep 17 00:00:00 2001 From: Rob Genova Date: Fri, 22 Jun 2018 20:50:42 +0000 Subject: [PATCH] Fix broken links in docs/job-specification --- website/source/docs/job-specification/constraint.html.md | 2 +- website/source/docs/job-specification/job.html.md | 2 +- website/source/docs/job-specification/migrate.html.md | 2 +- .../source/docs/job-specification/parameterized.html.md | 2 +- website/source/docs/job-specification/service.html.md | 2 +- website/source/docs/job-specification/task.html.md | 8 ++++---- website/source/docs/job-specification/template.html.md | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/website/source/docs/job-specification/constraint.html.md b/website/source/docs/job-specification/constraint.html.md index 423164586..6f355799d 100644 --- a/website/source/docs/job-specification/constraint.html.md +++ b/website/source/docs/job-specification/constraint.html.md @@ -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" diff --git a/website/source/docs/job-specification/job.html.md b/website/source/docs/job-specification/job.html.md index e67994572..bbaa03dd7 100644 --- a/website/source/docs/job-specification/job.html.md +++ b/website/source/docs/job-specification/job.html.md @@ -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" diff --git a/website/source/docs/job-specification/migrate.html.md b/website/source/docs/job-specification/migrate.html.md index 2ce898ccb..4c8f1dfca 100644 --- a/website/source/docs/job-specification/migrate.html.md +++ b/website/source/docs/job-specification/migrate.html.md @@ -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 diff --git a/website/source/docs/job-specification/parameterized.html.md b/website/source/docs/job-specification/parameterized.html.md index 1679e2c69..9526bddaa 100644 --- a/website/source/docs/job-specification/parameterized.html.md +++ b/website/source/docs/job-specification/parameterized.html.md @@ -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" diff --git a/website/source/docs/job-specification/service.html.md b/website/source/docs/job-specification/service.html.md index 6746b3f4e..7d458ea06 100644 --- a/website/source/docs/job-specification/service.html.md +++ b/website/source/docs/job-specification/service.html.md @@ -622,7 +622,7 @@ system of a task for that driver. [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" diff --git a/website/source/docs/job-specification/task.html.md b/website/source/docs/job-specification/task.html.md index e2d1cf0ef..76bfb428f 100644 --- a/website/source/docs/job-specification/task.html.md +++ b/website/source/docs/job-specification/task.html.md @@ -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 diff --git a/website/source/docs/job-specification/template.html.md b/website/source/docs/job-specification/template.html.md index 3b25f8777..450ffd97a 100644 --- a/website/source/docs/job-specification/template.html.md +++ b/website/source/docs/job-specification/template.html.md @@ -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`.