Skip to content

Commit

Permalink
Remove references to index.ros.org. (#2504)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lalancette <[email protected]>
  • Loading branch information
clalancette authored Apr 16, 2024
1 parent 6bb9407 commit d648a7c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ rclcpp provides the standard C++ API for interacting with ROS 2.

`#include "rclcpp/rclcpp.hpp"` allows use of the most common elements of the ROS 2 system.

The link to the latest API documentation can be found on the rclcpp package info page, at the [ROS Index](https://index.ros.org/p/rclcpp/).
The link to the latest API documentation can be found on the [rclcpp package info page](https://docs.ros.org/en/rolling/p/rclcpp).


### Examples
Expand Down
2 changes: 1 addition & 1 deletion rclcpp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The ROS client library in C++.

The link to the latest rclcpp API documentation, which includes a complete list of its main components and features, can be found on the rclcpp package info page, at the [ROS Index](https://index.ros.org/p/rclcpp/).
The link to the latest rclcpp API documentation, which includes a complete list of its main components and features, can be found on the [rclcpp package info page](https://docs.ros.org/en/rolling/p/rclcpp).

## Quality Declaration

Expand Down
2 changes: 1 addition & 1 deletion rclcpp_action/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Adds action APIs for C++.

The link to the latest rclcpp_action API documentation, which includes a complete list of its main components and features, can be found on the rclcpp_action package info page, at the [ROS Index](https://index.ros.org/p/rclcpp_action/).
The link to the latest rclcpp_action API documentation, which includes a complete list of its main components and features, can be found on the [rclcpp_action package info page](https://docs.ros.org/en/rolling/p/rclcpp_action).
For more information about Actions in ROS 2, see the [design document](http://design.ros2.org/articles/actions.html).

## Quality Declaration
Expand Down
2 changes: 1 addition & 1 deletion rclcpp_components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Package containing tools for dynamically loadable components.

The link to the latest rclcpp_components API documentation, which includes a complete list of its main components and features, can be found on the rclcpp_components package info page, at the [ROS Index](https://index.ros.org/p/rclcpp_components/).
The link to the latest rclcpp_components API documentation, which includes a complete list of its main components and features, can be found on the [rclcpp_components package info page](https://docs.ros.org/en/rolling/p/rclcpp_components).

## Quality Declaration

Expand Down
2 changes: 1 addition & 1 deletion rclcpp_lifecycle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Package containing a prototype for lifecycle implementation.

The link to the latest rclcpp_lifecycle API documentation, which includes a complete list of its main components and features, can be found on the rclcpp_lifecycle package info page, at the [ROS Index](https://index.ros.org/p/rclcpp_lifecycle/).
The link to the latest rclcpp_lifecycle API documentation, which includes a complete list of its main components and features, can be found on the [rclcpp_lifecycle package info page](https://docs.ros.org/en/rolling/p/rclcpp_lifecycle).
For more information about LifeCycle in ROS 2, see the [design document](http://design.ros2.org/articles/node_lifecycle.html).

## Quality Declaration
Expand Down

0 comments on commit d648a7c

Please sign in to comment.