From ab1de21bcdc015a2ca1deb0b44fb36efbe84780b Mon Sep 17 00:00:00 2001 From: mbaxter Date: Tue, 9 Oct 2018 17:56:23 -0400 Subject: [PATCH] Update readme link (#2) Signed-off-by: Adrian Sutton --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69e7b9be6..f77f34dcc 100755 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ User and reference documentation available on the Wiki includes: To build, clone this repo and run with `./gradlew` like so: ``` -git clone --recursive https://github.com/ConsenSys/pantheon +git clone --recursive https://github.com/PegaSysEng/pantheon.git cd pantheon ./gradlew ```