From 192dec4297113bb4ae12e320ea4b3892e54d9016 Mon Sep 17 00:00:00 2001 From: Tim Gross Date: Mon, 28 Jul 2025 13:48:23 -0400 Subject: [PATCH] docs: fix self-referencing link for raw_exec driver config (#26353) During the big docs rearchitecture, we split up the task driver pages into separate job declaration and driver configuration pages. The link for the `raw_exec` driver to the configuration page is a self-reference. --- website/content/docs/job-declare/task-driver/raw_exec.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/job-declare/task-driver/raw_exec.mdx b/website/content/docs/job-declare/task-driver/raw_exec.mdx index 690b60b10..105dc41ba 100644 --- a/website/content/docs/job-declare/task-driver/raw_exec.mdx +++ b/website/content/docs/job-declare/task-driver/raw_exec.mdx @@ -13,7 +13,7 @@ isolation. Further, the task is started as the same user as the Nomad process. As such, it should be used with extreme care and is disabled by default. Refer to [Configure the Raw Fork/Exec task -driver](/nomad/docs/job-declare/task-driver/raw_exec) for capabilities, client +driver](/nomad/docs/deploy/task-driver/raw_exec) for capabilities, client requirements, and plugin configuration. ## Task configuration