diff --git a/website/source/docs/drivers/docker.html.md b/website/source/docs/drivers/docker.html.md index e907a7423..0bc12f5ec 100644 --- a/website/source/docs/drivers/docker.html.md +++ b/website/source/docs/drivers/docker.html.md @@ -583,7 +583,7 @@ of the Linux Kernel and Docker daemon. ## Client Configuration The `docker` driver has the following [client configuration -options](/docs/agent/configuration/client.html#options): +options](/docs/configuration/client.html#options): * `docker.endpoint` - If using a non-standard socket, HTTP or another location, or if TLS is being used, `docker.endpoint` must be set. If unset, Nomad will diff --git a/website/source/docs/drivers/exec.html.md b/website/source/docs/drivers/exec.html.md index 4f6380b95..2afd7092d 100644 --- a/website/source/docs/drivers/exec.html.md +++ b/website/source/docs/drivers/exec.html.md @@ -131,4 +131,4 @@ the client manages garbage collection locally which mitigates any issue this may create. This list is configurable through the agent client -[configuration file](/docs/agent/configuration/client.html#chroot_env). +[configuration file](/docs/configuration/client.html#chroot_env). diff --git a/website/source/docs/drivers/lxc.html.md b/website/source/docs/drivers/lxc.html.md index 5721cde69..4ab17d7f8 100644 --- a/website/source/docs/drivers/lxc.html.md +++ b/website/source/docs/drivers/lxc.html.md @@ -109,7 +109,7 @@ The `lxc` driver requires the following: ## Client Configuration * `lxc.enable` - The `lxc` driver may be disabled on hosts by setting this - [client configuration][/docs/agent/configuration/client.html##options-parameters] + [client configuration][/docs/configuration/client.html##options-parameters] option to `false` (defaults to `true`). ## Client Attributes diff --git a/website/source/docs/drivers/qemu.html.md b/website/source/docs/drivers/qemu.html.md index 352b80129..4971c59dd 100644 --- a/website/source/docs/drivers/qemu.html.md +++ b/website/source/docs/drivers/qemu.html.md @@ -58,9 +58,9 @@ The `qemu` driver supports the following configuration in the job spec: the monitor socket path is limited to 108 characters. Graceful shutdown will be disabled if qemu is < 2.10.1 and the generated monitor path exceeds this length. You may encounter this issue if you set long - [data_dir](https://www.nomadproject.io/docs/agent/configuration/index.html#data_dir) + [data_dir](/docs/configuration/index.html#data_dir) or - [alloc_dir](https://www.nomadproject.io/docs/agent/configuration/client.html#alloc_dir) + [alloc_dir](/docs/configuration/client.html#alloc_dir) paths.) This feature is currently not supported on Windows. * `port_map` - (Optional) A key-value map of port labels. diff --git a/website/source/docs/drivers/raw_exec.html.md b/website/source/docs/drivers/raw_exec.html.md index 1d01bd90b..3067e3fd3 100644 --- a/website/source/docs/drivers/raw_exec.html.md +++ b/website/source/docs/drivers/raw_exec.html.md @@ -79,7 +79,7 @@ task "example" { The `raw_exec` driver can run on all supported operating systems. For security reasons, it is disabled by default. To enable raw exec, the Nomad client configuration must explicitly enable the `raw_exec` driver in the client's -[options](/docs/agent/configuration/client.html#options): +[options](/docs/configuration/client.html#options): ``` client { diff --git a/website/source/docs/drivers/rkt.html.md b/website/source/docs/drivers/rkt.html.md index b369efb12..f3b17ce9f 100644 --- a/website/source/docs/drivers/rkt.html.md +++ b/website/source/docs/drivers/rkt.html.md @@ -167,7 +167,7 @@ over HTTP. ## Client Configuration The `rkt` driver has the following [client configuration -options](/docs/agent/configuration/client.html#options): +options](/docs/configuration/client.html#options): * `rkt.volumes.enabled`: Defaults to `true`. Allows tasks to bind host paths (`volumes`) inside their container. Binding relative paths is always allowed