From f45c8090ecea9f37f3e540da8084e31b950ce3d6 Mon Sep 17 00:00:00 2001 From: Vinzenz Schroeter Date: Sat, 7 Sep 2024 13:55:27 +0200 Subject: [PATCH] fix URL --- crates/servicepoint_binding_cs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/servicepoint_binding_cs/README.md b/crates/servicepoint_binding_cs/README.md index 1248af7..0f5ee3d 100644 --- a/crates/servicepoint_binding_cs/README.md +++ b/crates/servicepoint_binding_cs/README.md @@ -39,7 +39,7 @@ Because of that, there is no NuGet package you can use directly. Including this repository as a submodule and building from source is the recommended way of using the library. ```bash -git submodule add https://github.com/kaesaecracker/servicepoint.git +git submodule add https://github.com/cccb/servicepoint.git git commit -m "add servicepoint submodule" ```