Skip to content

Commit 04225d5

Browse files
committed
Fix broken links
1 parent 9a1f7ef commit 04225d5

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

_docs/concepts/client_library/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ In this undertaking, to minimize the long-term maintenance cost, we strive to us
1313

1414
Advanced concepts developed in the context of the client library are documented separately. These are:
1515

16-
* [Real-Time Executor](/docs/real-time_executor/)
17-
* [System Modes](/docs/system_modes/)
18-
* [Embedded Transform (TF)](/docs/embedded_tf/)
16+
* [Real-Time Executor](/docs/concepts/real-time_executor/)
17+
* [System Modes](/docs/concepts/system_modes/)
18+
* [Embedded Transform (TF)](/docs/concepts/embedded_tf/)

_docs/overview/index.md

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

1717
![](/img/micro-ROS_architecture.png)
1818

19-
We have also prepared a [comparison](/docs/comparison) to other approaches, to see the important differences quickly.
19+
We have also prepared a [comparison](/docs/overview/comparison) to other approaches, to see the important differences quickly.
2020

2121
## Concept Documentation
2222

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

3030
## Source Code Repositories
3131

0 commit comments

Comments
 (0)