Skip to content

Commit 5fa559f

Browse files
SpyrosKoumlanting
authored andcommitted
Fixed links to rclcpp actions examples (ros2#281)
Fixed links to rclcpp actions server and client examples
1 parent d40210c commit 5fa559f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/actions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,8 @@ Usage examples can be found in the [examples](https://github.com/ros2/examples)
205205

206206
C++:
207207

208-
- [examples/rclcpp/minimal_action_server](https://github.com/ros2/examples/tree/master/rclcpp/minimal_action_server)
209-
- [examples/rclcpp/minimal_action_client](https://github.com/ros2/examples/tree/master/rclcpp/minimal_action_client)
208+
- [examples/rclcpp/minimal_action_server](https://github.com/ros2/examples/tree/master/rclcpp/actions/minimal_action_server)
209+
- [examples/rclcpp/minimal_action_client](https://github.com/ros2/examples/tree/master/rclcpp/actions/minimal_action_client)
210210

211211
Python:
212212

0 commit comments

Comments
 (0)