Skip to content

Commit b08fccb

Browse files
authored
fix(directory-structure): update reference url (#503)
Signed-off-by: Takagi, Isamu <isamu.takagi@tier4.jp>
1 parent 3d1e6ce commit b08fccb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/contributing/coding-guidelines/ros-nodes/directory-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Place document files and link from README.
5252
Place header files exposed to other packages. Do not place files directly under the `include` directory, but place files under the directory with the package name.
5353
This directory is used for mostly library headers. Note that many headers do not need to be placed here. It is enough to place the headers under the `src` directory.
5454

55-
Reference: <https://docs.ros.org/en/rolling/How-To-Guides/Ament-CMake-Documentation.html#adding-files-and-headers>
55+
Reference: <https://docs.ros.org/en/humble/How-To-Guides/Ament-CMake-Documentation.html#adding-targets>
5656

5757
#### `launch`
5858

0 commit comments

Comments
 (0)