From 1ed0aed18c3dd3e65a3b196bd11a7e4e4f292902 Mon Sep 17 00:00:00 2001 From: Anton Kochkov Date: Mon, 4 Sep 2023 08:39:11 +0000 Subject: [PATCH] Fix repository links in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fc5838..c24c29e 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ capnpc compiler/test.capnp -oc ## Building on Linux ```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-linux_x86_64 cmake --build --preset=ci-tests