Skip to content

Commit 17007b8

Browse files
committed
Fixed link mistakes
Signed-off-by: TaikiYamada4 <[email protected]>
1 parent 86634ca commit 17007b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

map/autoware_lanelet2_map_validator/docs/how_to_contribute.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The main goal of `autoware_lanelet2_map_validator` is to validate whether the la
1111
In other words, each vector map requirement will be validated by one or more validators.
1212
It is recommended to keep validators small and they don't have to be unique to a specific requirement so that we can broaden the expression of map requirements. (It doesn't mean that a validator should output only one kind of error!)
1313

14-
The list of small validators will be defined as a JSON file (see [`autoware_requirement_set.json`](https://github.com/autowarefoundation/autoware_tools/blob/main/map/autoware_lanelet2_map_validator/autoware_requirement_set.json) for an example), and the output will also be a JSON file that appends validation results to a copy of the input. See [How to use `autoware_lanelet2_map_validator`](https://github.com/autowarefoundation/autoware_tools/tree/main/map/autoware_lanelet2_map_validator#relationship-between-requirements-and-validators) for further information about how the input and output are processed.
14+
The list of small validators will be defined as a JSON file (see [`autoware_requirement_set.json`](https://github.com/autowarefoundation/autoware_tools/blob/main/map/autoware_lanelet2_map_validator/autoware_requirement_set.json) for an example), and the output will also be a JSON file that appends validation results to a copy of the input. See [How to use `autoware_lanelet2_map_validator`](https://github.com/autowarefoundation/autoware_tools/tree/main/map/autoware_lanelet2_map_validator#how-to-use) for further information about how the input and output are processed.
1515

1616
![autoware_lanelet2_map_validator_input_and_output](../media/autoware_lanelet2_map_validator_io.svg)
1717

@@ -113,7 +113,7 @@ The document must explain the following.
113113
- Description of the issue
114114
- Approach to fix the issue
115115

116-
In addition, add a link of the document to the table [Relationship between requirements and validators](../#relationship-between-requirements-and-validators) in the main `README.md` to let the users know which map requirement your validator relates with.
116+
In addition, add a link of the document to the table [Relationship between requirements and validators](https://github.com/autowarefoundation/autoware_tools/tree/main/map/autoware_lanelet2_map_validator#relationship-between-requirements-and-validators) in the main `README.md` to let the users know which map requirement your validator relates with.
117117

118118
### 5. Submit a pull request
119119

0 commit comments

Comments
 (0)