diff --git a/website/content/docs/concepts/filesystem.mdx b/website/content/docs/concepts/filesystem.mdx index 700a4499e..532eaf022 100644 --- a/website/content/docs/concepts/filesystem.mdx +++ b/website/content/docs/concepts/filesystem.mdx @@ -10,7 +10,7 @@ description: |- Nomad creates a working directory for each allocation on a client. This directory can be found in the Nomad [`data_dir`] at -`./allocs/«alloc_id»`. The allocation working directory is where Nomad +`./alloc/«alloc_id»`. The allocation working directory is where Nomad creates task directories and directories shared between tasks, write logs for tasks, and downloads artifacts or templates.