From 1cc291588e3ed8cff53daa86532ca14bba29562a Mon Sep 17 00:00:00 2001 From: Yu Asabe Date: Fri, 2 Dec 2022 12:26:36 +0900 Subject: [PATCH] Uppdate docs Signed-off-by: Yu Asabe --- docs/installation/source-installation.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/installation/source-installation.md b/docs/installation/source-installation.md index 837b5ca..f415da3 100644 --- a/docs/installation/source-installation.md +++ b/docs/installation/source-installation.md @@ -37,14 +37,14 @@ colcon build --symlink-install --cmake-args -DCMAKE_BUILD_TYPE=Release 1. Edit the `autoware.repos` file and add the following two repositories to the end. ``` -v2x/autoware_v2x: +v2x/autowarev2x: type: git - url: git@github.com:tlab-wide/autoware_v2x.git - version: main + url: https://github.com/tlab-wide/AutowareV2X.git + version: cpm-tr v2x/vanetza: type: git - url: git@github.com:tlab-wide/vanetza.git - version: socktap-cpm-tr103562 + url: https://github.com/yuasabe/vanetza.git + version: master ```