diff options
-rw-r--r-- | docs/docs/development/local-toolchain/setup/container.mdx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/development/local-toolchain/setup/container.mdx b/docs/docs/development/local-toolchain/setup/container.mdx index 56209b5035..b1fc0a4e3f 100644 --- a/docs/docs/development/local-toolchain/setup/container.mdx +++ b/docs/docs/development/local-toolchain/setup/container.mdx @@ -106,7 +106,7 @@ first make them available by creating volumes. </Tabs> Once this is done, you can refer to the `zmk-config` with -`/workspace/zmk-config` and `/workspace/zmk-modules` to the modules instead of +`/workspaces/zmk-config` and `/workspaces/zmk-modules` to the modules instead of using their full path like it is shown in the [build commands](../build-flash.mdx), since these are the locations they were mounted to in the container. |