Skip to content

Commit

Permalink
chore: rename contributing.md docs page to make failing link check pass
Browse files Browse the repository at this point in the history
  • Loading branch information
mojomex committed Jun 7, 2024
1 parent cf44e62 commit da0bb68
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Here you will find information about the background of the project, how to insta
- [Launching with ROS 2](https://tier4.github.io/nebula/usage)
- [Parameters](https://tier4.github.io/nebula/parameters)
- [Point cloud types](https://tier4.github.io/nebula/point_types)
- [Contributing](https://tier4.github.io/nebula/contributing)
- [Contributing](https://tier4.github.io/nebula/contribute)
- [Tutorials](https://tier4.github.io/nebula/tutorials)

## Quick start
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ For more information, please refer to [About Nebula](about.md).
## Development

- [Tutorials](tutorials.md)
- [Contributing](contributing.md)
- [Contributing](contribute.md)
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ nav:
- Point cloud types: point_types.md
- Supported sensors: supported_sensors.md
- Tutorials: tutorials.md
- Contributing: contributing.md
- Contributing: contribute.md
- Nebula common: nebula_common/links.md
- Nebula decoders: nebula_decoders/links.md
- Nebula HW interfaces: nebula_hw_interfaces/links.md
Expand Down

0 comments on commit da0bb68

Please sign in to comment.