Skip to content

Commit 4683adf

Browse files
Replace bare link with markdown-style link to appease downstream Hugo/Vale linting (#687)
1 parent 3e75fc0 commit 4683adf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

proto/viam/robot/v1/robot.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,8 @@ message TransformPoseResponse {
177177
}
178178

179179
message TransformPCDRequest {
180-
// the point clouds to transform. This should be in the PCD format
181-
// encoded into bytes: https://pointclouds.org/documentation/tutorials/pcd_file_format.html
180+
// the point clouds to transform. This should be in the PCD format,
181+
// [encoded into bytes](https://pointclouds.org/documentation/tutorials/pcd_file_format.html).
182182
bytes point_cloud_pcd = 1;
183183
// the reference frame of the point cloud.
184184
string source = 2;

proto/viam/service/slam/v1/slam.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ message GetPointCloudMapResponse {
7979
// format where XY is the ground plane and positive Z is up, following
8080
// the Right Hand Rule.
8181
//
82-
// Read more about the pointcloud format here:
83-
// https://pointclouds.org/documentation/tutorials/pcd_file_format.html
82+
// Read more about the pointcloud format
83+
// [in the docs](https://pointclouds.org/documentation/tutorials/pcd_file_format.html)
8484
//
8585
// Viam expects pointcloud data with fields "x y z" or "x y z rgb", and for
8686
// this to be specified in the pointcloud header in the FIELDS entry. If color

0 commit comments

Comments
 (0)