From a66855609496e51d7553cca8761a17df19318392 Mon Sep 17 00:00:00 2001 From: ChengyuZhu6 Date: Tue, 23 Jul 2024 22:07:11 +0800 Subject: [PATCH] BUILDING: update the repo link Update the repo link to https://github.com/Consensys/quorum.git. Signed-off-by: ChengyuZhu6 --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 56c6ae7526..4d501ad8b9 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -6,7 +6,7 @@ Note: Building Quorum requires both a Go (version 1.9 or later) and a C compiler Clone the repository and build the source: ``` -git clone https://github.com/jpmorganchase/quorum.git +git clone https://github.com/Consensys/quorum.git cd quorum make all make test