From 91620cfb74fed799f8203f72aa59af6242f37aa9 Mon Sep 17 00:00:00 2001 From: Teufelchen1 Date: Mon, 30 Jun 2025 15:41:22 +0200 Subject: [PATCH] guides: Fix link to docker setup --- doc/guides/getting-started/installing.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guides/getting-started/installing.mdx b/doc/guides/getting-started/installing.mdx index e0982ddcec35..d68b93b83eec 100644 --- a/doc/guides/getting-started/installing.mdx +++ b/doc/guides/getting-started/installing.mdx @@ -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). @@ -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.