Author: Tim Aschhoff <tim.aschhoff@t-online.de>
Fix Link in buildWithVScode
doc/buildWithVScode.md | 2 +-
diff --git a/doc/buildWithVScode.md b/doc/buildWithVScode.md index 8e136511d0e73be8da1845286aa93c8e1e3f8358..9d0a5bdfea4ee1d11b609e7bc25171c1ae8d4851 100644 --- a/doc/buildWithVScode.md +++ b/doc/buildWithVScode.md @@ -32,7 +32,7 @@ The .devcontainer folder contains the configuration and scripts for using a Docker dev container for building InfiniTime Using the [Remote-Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) extension is recommended. It will handle configuring the Docker virtual machine and setting everything up. -More documentation is available in the [readme in .devcontainer](.devcontainer/readme.md) +More documentation is available in the [readme in .devcontainer](../.devcontainer/README.md) ### DevContainer on Ubuntu