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:
cam 2021-09-10 09:40:11 -07:00 committed by GitHub
parent 4e120ba5f7
commit 4bf71bbdc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 directory into your container at `/app/`. Run the command from within the
`source` directory. The `$(pwd)` sub-command expands to the current working `source` directory. The `$(pwd)` sub-command expands to the current working
directory on Linux or macOS hosts. 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 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 can't run them both unless you remove the `devtest` container after running the