Skip to content

Commit 9da4a19

Browse files
authored
Remove references to index.ros.org. (#244)
Signed-off-by: Chris Lalancette <[email protected]>
1 parent b20f07a commit 9da4a19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

geometry_msgs/msg/TransformStamped.msg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# to the coordinate frame child_frame_id at the time of header.stamp
33
#
44
# This message is mostly used by the
5-
# <a href="https://index.ros.org/p/tf2/">tf2</a> package.
5+
# <a href="https://docs.ros.org/en/rolling/p/tf2/">tf2</a> package.
66
# See its documentation for more information.
77
#
88
# The child_frame_id is necessary in addition to the frame_id

visualization_msgs/msg/Marker.msg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ geometry_msgs/Point[] points
5858
std_msgs/ColorRGBA[] colors
5959

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

0 commit comments

Comments
 (0)