From 0d89427d71a5f1704a3162205c3c61d53097c26c Mon Sep 17 00:00:00 2001 From: Jonah Beckford <9566106-jonahbeckford@users.noreply.gitlab.com> Date: Wed, 6 Sep 2023 22:31:36 +0000 Subject: [PATCH] Fix broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27c802e..8fc5838 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ You will need Visual Studio 2019 installed. Other versions of Visual Studio may Once you have Visual Studio, run the `x64 Native Tools Command Prompt for VS 2019` and type the following: ```sh -git clone https://gitlab.com/diskuv-ocaml/ext/c-capnproto.git +git clone https://gitlab.com/dkml/ext/c-capnproto.git cd c-capnproto cmake --preset=ci-windows_x86_64 cmake --build --preset=ci-tests