فهرست منبع

Fix github repo links for the ROS2 Gem

Signed-off-by: Steve Pham <[email protected]>
Steve Pham 2 سال پیش
والد
کامیت
57f6581798
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      Gems/ROS2/README.md

+ 3 - 3
Gems/ROS2/README.md

@@ -52,10 +52,10 @@ For a "feel" of these features, see an [example project](#example-project) which
 
 ## Clone this repository
 
-Clone the gem repository from Github:
+Clone the o3de-extras repository from Github:
 
 ```
-git clone https://github.com/RobotecAI/o3de-ros2-gem.git
+git clone https://github.com/o3de/o3de-extras.git
 ```
 
 ## Building
@@ -69,7 +69,7 @@ before building.
 To use this Gem in your project, you need to register the Gem with O3DE. First, clone this repository. Then,
 in o3de folder:
 ```
-scripts/o3de.sh register --gem-path <PATH_TO_CLONED_ROS2_GEM>
+scripts/o3de.sh register --gem-path <PATH_TO_CLONED_O3DE_EXTRAS>/Gems/ROS2
 scripts/o3de.sh enable-gem -gn ROS2 -pp <PATH_TO_YOUR_PROJECT>
 ```