Skip to content

Commit fec5f72

Browse files
committed
Fix broken links
1 parent bc9bde0 commit fec5f72

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

_docs/embedded_tf/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Table of contents
99
- [Introduction and Goal](#introduction-and-goal)
1010
- [Requirements](#requirements)
1111
- [Design](#design)
12-
- [Implementation of tf2_filter](#implementation-of-tf2filter)
12+
- [Implementation of tf2_filter](#implementation-of-tf2_filter)
1313
- [Roadmap](#roadmap)
1414
- [Acknowledgments](#acknowledgments)
1515

_docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ We're basically following the ROS2 architecture and make use of its middleware p
1717

1818
## Concept Documentation
1919

20-
- Predictable scheduling and execution: [real-time_executor](real-time_executor/)
21-
- System modes and system hierarchy: [system_modes](system_modes/)
22-
- Embedded transform (tf) library: [embedded_tf](embedded_tf/)
20+
- Predictable scheduling and execution: [real-time_executor](/docs/real-time_executor/)
21+
- System modes and system hierarchy: [system_modes](/docs/system_modes/)
22+
- Embedded transform (tf) library: [embedded_tf](/docs/embedded_tf/)
2323
- Reference hardware: [https://github.com/microROS/hardware](https://github.com/microROS/hardware)
2424
- Build infrastructure for embedded development using docker: [https://github.com/microROS/docker](https://github.com/microROS/docker)
25-
- FIWARE interoperability: [FIROS2](FIROS2/)
25+
- FIWARE interoperability: [FIROS2](/docs/FIROS2)
2626

2727
## Source Code Repositories
2828

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ <h1 class="text-center"><i class="fa fa-cogs" aria-hidden="true"></i></h1>
4141
<h3 class="text-center">Getting Started</h3>
4242
<p>To get you started quickly, header over to the <a href="/docs/tutorials/">tutorial</a> section. The basic ones
4343
can even be done without a micro-controller. For more background and details, see the
44-
<a href="docs/">documentation</a>.</p>
44+
<a href="/docs/home/">documentation</a>.</p>
4545
</div>
4646
<div class="col-sm-4">
4747
<h1 class="text-center"><i class="fa fa-code-fork" aria-hidden="true"></i></h1>

0 commit comments

Comments
 (0)