Skip to content

Commit b0c29c2

Browse files
authored
Adjust URLs (#65)
1 parent f721860 commit b0c29c2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Dockerfile/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN curl -sSL https://raw.githubusercontent.com/ros/rosdistro/master/ros.key -o
2828

2929
RUN mkdir -p /home/ros2_ws/src \
3030
&& cd /home/ros2_ws/src \
31-
&& git clone https://github.com/ignitionrobotics/ign_ros2_control/ \
31+
&& git clone https://github.com/ros-controls/gz_ros2_control/ \
3232
&& rosdep init && rosdep update \
3333
&& rosdep install --from-paths ./ -i -y --rosdistro rolling
3434

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Then create a workspace, clone the repo and compile it:
3030
```bash
3131
mkdir -p ~/ros_ign/src
3232
cd ~/ros_ign/src
33-
git clone https://github.com/ignitionrobotics/ign_ros2_control
33+
git clone https://github.com/ros-controls/gz_ros2_control
3434
rosdep install -r --from-paths . --ignore-src --rosdistro $ROS_DISTRO -y
3535
cd ~/ros2_ign
3636
colcon build

ign_ros2_control_demos/package.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88

99
<license>Apache License 2.0</license>
1010

11-
<url type="website">https://github.com/ignitionrobotics/ign_ros2_control/blob/main/README.md</url>
12-
<url type="bugtracker">https://github.com/ros-simulation/gazebo_ros2_control/issues</url>
13-
<url type="repository">https://github.com/ignitionrobotics/ign_ros2_control</url>
11+
<url type="website">https://github.com/ros-controls/gz_ros2_control/blob/main/README.md</url>
12+
<url type="bugtracker">https://github.com/ros-controls/gz_ros2_control/issues</url>
13+
<url type="repository">https://github.com/ros-controls/gz_ros2_control</url>
1414

1515
<author>Alejandro Hernández</author>
1616

0 commit comments

Comments
 (0)