From 712fb963dbbb73345d584825cfa9aed775d58079 Mon Sep 17 00:00:00 2001 From: Michel-FK Date: Mon, 22 Feb 2021 10:17:57 +0100 Subject: [PATCH] fix buildroot manual link Signed-off-by: Michel-FK --- docs/developer_guide/tutorials/build_system/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer_guide/tutorials/build_system/index.md b/docs/developer_guide/tutorials/build_system/index.md index 630c7cd..fecba6a 100644 --- a/docs/developer_guide/tutorials/build_system/index.md +++ b/docs/developer_guide/tutorials/build_system/index.md @@ -39,7 +39,7 @@ to the [Buildroot Manual][7]. [3]: https://github.com/FunKey-Project/FunKey-OS [4]: https://www.funkey-project.com/ [5]: http://nightly.buildroot.org/ -[6]: (https://buildroot.org/downloads/manual/manual.html#outside-br-custom) +[6]: https://buildroot.org/downloads/manual/manual.html#outside-br-custom [7]: https://buildroot.org/downloads/manual/manual.html --8<--