Skip to content

Commit 88beaf4

Browse files
authored
Make link hyperlink (#620)
1 parent 64b9308 commit 88beaf4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/robot/robot.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,7 @@ export interface Robot {
121121
* specified destination which is a reference frame.
122122
*
123123
* @param pointCloudPCD - The point clouds to transform. This should be in the
124-
* PCD format encoded into bytes:
125-
* https://pointclouds.org/documentation/tutorials/pcd_file_format.html
124+
* {@link https://pointclouds.org/documentation/tutorials/pcd_file_format.html PCD format encoded into bytes}
126125
* @param source - The reference frame of the point cloud.
127126
* @param destination - The reference frame into which the source data should
128127
* be transformed, if unset this defaults to the "world" reference frame. Do

0 commit comments

Comments
 (0)