Skip to content

Commit

Permalink
Fixed links to rclcpp actions examples (ros2#281)
Browse files Browse the repository at this point in the history
Fixed links to rclcpp actions server and client examples
  • Loading branch information
SpyrosKou authored and mlanting committed Aug 17, 2020
1 parent d40210c commit 5fa559f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions articles/actions.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@ Usage examples can be found in the [examples](https://github.com/ros2/examples)

C++:

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

Python:

Expand Down

0 comments on commit 5fa559f

Please sign in to comment.