From 0addc77e8942d903cc3a6fe4f064518e2c858db1 Mon Sep 17 00:00:00 2001 From: AhmedEbrahim Date: Tue, 13 Jun 2023 15:11:29 +0300 Subject: [PATCH] refactor(no_drivable_lane): updating no_drivable_lane doc link after refeactoring updates Signed-off-by: AhmedEbrahim --- tmp/lanelet2_extension/docs/lanelet2_format_extension.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmp/lanelet2_extension/docs/lanelet2_format_extension.md b/tmp/lanelet2_extension/docs/lanelet2_format_extension.md index 98bf666a..4e9969ef 100644 --- a/tmp/lanelet2_extension/docs/lanelet2_format_extension.md +++ b/tmp/lanelet2_extension/docs/lanelet2_format_extension.md @@ -368,4 +368,4 @@ _An example:_ ``` -For more details about the `no_drivable_lane` concept and design, please refer to the [**_no-drivable-lane-design_**](https://github.com/autowarefoundation/autoware.universe/blob/main/planning/behavior_velocity_no_drivable_lane_module/docs/no-drivable-lane-design.md) document. +For more details about the `no_drivable_lane` concept and design, please refer to the [**_no-drivable-lane-design_**](https://github.com/autowarefoundation/autoware.universe/blob/main/planning/behavior_velocity_no_drivable_lane_module/README.md) document.