Skip to content

Commit 655a578

Browse files
committed
Fix more links
1 parent 04225d5 commit 655a578

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

_docs/tutorials/advanced/6lowpan_nuttx_rpi/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Now the RPI is ready to send and receive messages from a NuttX board or another
6262

6363
## How to set-up 6lowpan in NuttX?
6464

65-
First, we need to do the connections between the [Olimex board](/docs/hardware_support) and the PMODRF2 module.
65+
First, we need to do the connections between the [Olimex board](/docs/overview/hardware) and the PMODRF2 module.
6666

6767
- `Board D13` -> `MRF24J40 SCLK`
6868
- `Board D12` -> `MRF24J40 MISO`

_docs/tutorials/advanced/debugging_gdb_openocd/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ NuttX integration for OpenOCD is relatively new as of the time of writing (early
1414

1515
### Hardware
1616

17-
* a [supported embedded board](/docs/hardware_support#evaluation-boards)
18-
* a [support debugger probe](/docs/hardware_support#development-tools)
17+
* a [supported embedded board](/docs/overview/hardware#evaluation-boards)
18+
* a [support debugger probe](/docs/overview/hardware#development-tools)
1919

2020
### Software
2121

_docs/tutorials/advanced/debugging_vscode/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Visual Studio Code is a modern IDE that is very easy to extend and popular with
1212

1313
## Prerequisites
1414

15-
* All the prerequisites of [Debugging with gdb and openocd](/docs/tutorials/advanced/debugging-gdb-openocd/)
15+
* All the prerequisites of [Debugging with gdb and openocd](/docs/tutorials/advanced/debugging_gdb_openocd/)
1616
* Cortex-M hardware (all of our standard boards are ARM based)
1717
* [Visual Studio Code](https://code.visualstudio.com/)
1818

_docs/tutorials/basic/getting_started_simulator/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ In this simulator, we are going to emulate the architectures of the MCUs we are
1919

2020
## Running micro-ROS example
2121

22-
WIP, is not running properly yet! More info [here](https://github.com/microROS/docker/tree/docker_sim/Simulation/micro-ROS).
22+
WIP, is not running properly yet! More info [here](https://github.com/micro-ROS/docker/tree/master/Simulation/micro-ROS).
2323

2424

2525
## Running Micro XRCE-DDS example

_posts/2019-02-26-site-revamped.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ title: "micro-ROS site re-organized, tutorials added"
33
author: lui3si
44
---
55

6-
Previously we had documentation in three different repos, which was a bit confusing. So, now, we've brought everything together and you can just browse the [docs](/docs/home) section!
6+
Previously we had documentation in three different repos, which was a bit confusing. So, now, we've brought everything together and you can just browse the [docs](/docs) section!

0 commit comments

Comments
 (0)