Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/guides/getting-started/installing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ and has the most extensive documentation and community support.

Some distributions, such as Fedora, do not provide the necessary packages for
cross compilation. In this case, it is recommended to use the
[RIOT Docker Container](/docs/guides/build-in-docker).
[RIOT Docker Container](/build-system/build-in-docker/).

#### Windows
Windows is supported through Windows Subsystem for Linux (WSL).
Expand All @@ -42,7 +42,7 @@ We also offer Docker images that make it a bit easier to develop on macOS.
:::note
It is also possible to run RIOT in a Docker container.

This is especially useful if you want to avoid installing the required software packages on your host system. For more information, see the [Build in Docker](/docs/guides/build-in-docker) guide.
This is especially useful if you want to avoid installing the required software packages on your host system. For more information, see the [Build in Docker](/build-system/build-in-docker/) guide.
:::

Depending on the operation distribution you are using, the installation of the required software packages may vary.
Expand Down