From 1d9626cf063af3eb64a733ff5c3493ae6fcbad18 Mon Sep 17 00:00:00 2001 From: SzaboZoltan Date: Tue, 14 Feb 2017 17:21:30 +0100 Subject: [PATCH] A slight change in docs, the URI of cello repository. Change-Id: I1d003e2a10acde1c0cb06a346987d5b204d18683 Signed-off-by: Szabo Zoltan --- docs/deployment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployment.md b/docs/deployment.md index 49aedb83..fe6ae22e 100644 --- a/docs/deployment.md +++ b/docs/deployment.md @@ -114,7 +114,7 @@ You may check `git` and `make` are installed to clone the code. ```sh $ sudo aptitude install git make -y -$ git clone https://github.com/yeasy/cello && cd cello +$ git clone http://gerrit.hyperledger.org/r/cello && cd cello ``` ### Docker images pulling