diff --git a/storage/bind-mounts.md b/storage/bind-mounts.md index e14044daa42..ab12f2be96c 100644 --- a/storage/bind-mounts.md +++ b/storage/bind-mounts.md @@ -91,7 +91,7 @@ on your development host. Use the following command to bind-mount the `target/` directory into your container at `/app/`. Run the command from within the `source` directory. The `$(pwd)` sub-command expands to the current working directory on Linux or macOS hosts. -If you're on Windows, see also [Path conversions on Windows](../docker-for-windows/troubleshoot.md#path-conversions-on-windows) +If you're on Windows, see also [Path conversions on Windows](../desktop/windows/troubleshoot.md#path-conversion-on-windows). The `--mount` and `-v` examples below produce the same result. You can't run them both unless you remove the `devtest` container after running the