From 8d77fc927619f22ee00787a19125babecf5d019d Mon Sep 17 00:00:00 2001 From: Yu Asabe Date: Fri, 2 Dec 2022 11:00:12 +0900 Subject: [PATCH] Fix docs Signed-off-by: Yu Asabe --- docs/installation/docker-installation.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/installation/docker-installation.md b/docs/installation/docker-installation.md index 1ef2b93..57053c4 100644 --- a/docs/installation/docker-installation.md +++ b/docs/installation/docker-installation.md @@ -47,12 +47,12 @@ cd ~/workspace/autoware_docker ``` v2x/autowarev2x: type: git - url: git@github.com:tlab-wide/AutowareV2X.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 ```