From 99b56d69851ac51770f2e0ed8e2c61547e3ac4eb Mon Sep 17 00:00:00 2001 From: Borja Outerelo Date: Fri, 28 Dec 2018 14:20:23 +0100 Subject: [PATCH] Remove personal repositories --- FIROS2/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FIROS2/index.md b/FIROS2/index.md index 119d2f29..f677feb9 100644 --- a/FIROS2/index.md +++ b/FIROS2/index.md @@ -203,7 +203,7 @@ For this, execute the following instructions. ```shell ( sudo docker pull microros/linux -sudo docker run -it --rm --privileged --net=host qeyup/ros2_devtools +sudo docker run -it --rm --privileged --net=host microros/linux ) ```