From ff5b7eb7e1024ca73f6d6157fd2f0c8a4b80d0b1 Mon Sep 17 00:00:00 2001 From: "Takagi, Isamu" Date: Tue, 19 Dec 2023 15:30:09 +0900 Subject: [PATCH] fix(directory-structure): update reference url Signed-off-by: Takagi, Isamu --- .../coding-guidelines/ros-nodes/directory-structure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contributing/coding-guidelines/ros-nodes/directory-structure.md b/docs/contributing/coding-guidelines/ros-nodes/directory-structure.md index 3e4de9866a0..acf62ec4bce 100644 --- a/docs/contributing/coding-guidelines/ros-nodes/directory-structure.md +++ b/docs/contributing/coding-guidelines/ros-nodes/directory-structure.md @@ -52,7 +52,7 @@ Place document files and link from README. 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. 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. -Reference: +Reference: #### `launch`