From b9c8d36d8b304a0801fdcc892113cb5cd1988fa6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Kapu=C5=9Bci=C5=84ski?= Date: Tue, 22 Aug 2023 23:29:08 +0200 Subject: [PATCH] Fixed links --- docs/using_vscode_to_compile_and_install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/using_vscode_to_compile_and_install.md b/docs/using_vscode_to_compile_and_install.md index baa60549..94ec3d87 100644 --- a/docs/using_vscode_to_compile_and_install.md +++ b/docs/using_vscode_to_compile_and_install.md @@ -50,12 +50,12 @@ Create folder .vscode if there is none. Inside that folder create a file setting 1. Open cmake extension in the left menu and click on `build all projects` - ![alt text](../docimg/cmake-build-all.png "cmake build all screenshot") + ![alt text](images/cmake-build-all.png "cmake build all screenshot") 2. On the status line at the bottom change the compilation target to `install`. 3. Click `build` to build the project. 4. After the project is built, click on `launch` to run a game. - ![alt text](../docimg/vscode-screenshot.png "compilation and installation screenshot") + ![alt text](images/vscode-screenshot.png "compilation and installation screenshot") If you have any problems create an issue or talk to us on our [Discord channel](https://discord.gg/56Fm9kb). \ No newline at end of file