From 52c3237eb6503b0ec977e70ac609f79fbd981402 Mon Sep 17 00:00:00 2001
From: Sebastian Oberschwendtner <sebastian.oberschwendtner@tum.de>
Date: Wed, 13 Mar 2024 14:56:38 +0100
Subject: [PATCH] Changes clone address for vpkg.

---
 docs/developer/build-environment/windows.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/developer/build-environment/windows.md b/docs/developer/build-environment/windows.md
index 31b3734..01afb8d 100644
--- a/docs/developer/build-environment/windows.md
+++ b/docs/developer/build-environment/windows.md
@@ -74,7 +74,7 @@ The page should like something like this:
 - Clone the *vcpkg* repository:
 
 ```{.sh .copy}
-git clone git@github.com:microsoft/vcpkg.git
+git clone https://github.com/microsoft/vcpkg.git
 ```
 
 - Create the *vcpkg* executable by executing this command in the opened terminal:
@@ -83,4 +83,4 @@ git clone git@github.com:microsoft/vcpkg.git
 .\vcpkg\bootstrap-vcpkg.bat
 ```
 
-You can get more information how *vcpkg* can be installed in the [Readme :octicons-link-external-16:](https://github.com/microsoft/vcpkg/?tab=readme-ov-file#getting-started){:target="_blank"} of the project itself.
\ No newline at end of file
+You can get more information how *vcpkg* can be installed in the [Readme :octicons-link-external-16:](https://github.com/microsoft/vcpkg/?tab=readme-ov-file#getting-started){:target="_blank"} of the project itself.
-- 
GitLab