From d844c48c5f2630bede6e0bbc515f43cae78f5e97 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Tue, 16 Jan 2018 09:21:20 +0100 Subject: [PATCH] Fix: git repo url in documentation. Change-Id: I5d428d553a9ec38e391ff49799fca08aab468dc3 Signed-off-by: Romain Forlot --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d29f228..087c1cf 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ The reference documentation of the JSON file can be found [here](https://github. ```bash $ export PATH=$PATH:/xdt/sdk/sysroots/x86_64-aglsdk-linux/usr/bin $ export WD=$(pwd) -$ git clone --recursive https://gerrit.automotivelinux.org/gerrit/apps/low-level-can-generator +$ git clone --recursive https://gerrit.automotivelinux.org/gerrit/src/low-level-can-generator $ cd low-level-can-generator $ mkdir -p build $ cd build -- 2.16.6