Skip to content

Commit

Permalink
Remove references to index.ros.org. (#244)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lalancette <clalancette@gmail.com>
  • Loading branch information
clalancette authored Apr 16, 2024
1 parent b20f07a commit 9da4a19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion geometry_msgs/msg/TransformStamped.msg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# to the coordinate frame child_frame_id at the time of header.stamp
#
# This message is mostly used by the
# <a href="https://index.ros.org/p/tf2/">tf2</a> package.
# <a href="https://docs.ros.org/en/rolling/p/tf2/">tf2</a> package.
# See its documentation for more information.
#
# The child_frame_id is necessary in addition to the frame_id
Expand Down
2 changes: 1 addition & 1 deletion visualization_msgs/msg/Marker.msg
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ geometry_msgs/Point[] points
std_msgs/ColorRGBA[] colors

# Texture resource is a special URI that can either reference a texture file in
# a format acceptable to (resource retriever)[https://index.ros.org/p/resource_retriever/]
# a format acceptable to (resource retriever)[https://docs.ros.org/en/rolling/p/resource_retriever/]
# or an embedded texture via a string matching the format:
# "embedded://texture_name"
string texture_resource
Expand Down

0 comments on commit 9da4a19

Please sign in to comment.