From: Romain Forlot Date: Tue, 16 Jan 2018 08:21:20 +0000 (+0100) Subject: Fix: git repo url in documentation. X-Git-Tag: 5.99.1~1 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Flow-level-can-generator.git;a=commitdiff_plain;h=d844c48c5f2630bede6e0bbc515f43cae78f5e97 Fix: git repo url in documentation. Change-Id: I5d428d553a9ec38e391ff49799fca08aab468dc3 Signed-off-by: Romain Forlot --- 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