From 960f51f930ec52f65e57449bd8b5009935d5e324 Mon Sep 17 00:00:00 2001 From: "Yang, Longlong" Date: Tue, 2 Jan 2024 01:02:11 -0500 Subject: [PATCH] correct the repo link in readme. Signed-off-by: Yang, Longlong --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f4f9f8..9916c4c 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ All documents are put at [doc](./doc/) folder. ### Checkout repo ``` -git clone https://github.com/intel/spdm-rs.git +git clone https://github.com/ccc-spdm-tools/spdm-rs.git git submodule update --init --recursive ```