1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-14 17:13:50 +01:00

Merge pull request #21570 from Teufelchen1/fix/guidedocker

guides: Fix link to docker setup
This commit is contained in:
mguetschow 2025-06-30 15:09:09 +00:00 committed by GitHub
commit 3f498686cf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.