From 8dbd2b707bac2c12d8808b45d95b25f9f75d6475 Mon Sep 17 00:00:00 2001 From: Nik Mohamad Aizuddin Date: Wed, 17 May 2023 23:14:16 +0800 Subject: [PATCH] docs(README): fix git clone URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09d19aa..6bddf04 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ A minimal ROS2 with Yocto/PetaLinux workspace for learning purpose. Clone this repository: ``` -git clone --recursive https://github.com/extra2000/ros2-helloworld-cpp.git +git clone --recursive https://github.com/extra2000/yocto-ros2-minimal.git ```