mirror of https://github.com/docker/docs.git
Fix broken link to Windows path troubleshooting (#13495)
* Fix broken link to Windows path troubleshooting * Update the cross-reference Co-authored-by: Usha Mandya <47779042+usha-mandya@users.noreply.github.com>
This commit is contained in:
parent
4e120ba5f7
commit
4bf71bbdc5
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue