diff --git a/docs/developer/build-environment/windows.md b/docs/developer/build-environment/windows.md index 31b37344a149bc4aa204a9830e10c253164bf87a..01afb8d99c1e755540005d24c1aa537f1bec7c36 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.