From b89718d70e569ecde95906681c1bb0d06677f167 Mon Sep 17 00:00:00 2001 From: asymmetric Date: Mon, 25 Jul 2022 15:25:48 +0100 Subject: [PATCH] Update filesystem.mdx (#13738) fix alloc working directory path --- website/content/docs/concepts/filesystem.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.