From 512ebf07043510930256e3c12498046b510ef8a1 Mon Sep 17 00:00:00 2001 From: Tim Aschhoff Date: Tue, 14 Feb 2023 09:30:27 +0000 Subject: [PATCH] Fix Link in buildWithVScode --- doc/buildWithVScode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/buildWithVScode.md b/doc/buildWithVScode.md index 8e136511..9d0a5bdf 100644 --- a/doc/buildWithVScode.md +++ b/doc/buildWithVScode.md @@ -32,7 +32,7 @@ The .devcontainer folder contains the configuration and scripts for using a Dock 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