From 0413ab036eeb149281fcc0bf52a08ae959c4a093 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20Lothor=C3=A9?= Date: Sun, 21 Sep 2025 14:39:06 +0200 Subject: [PATCH] docs/manual/getting: fix dead link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit When searching for the official git repository in the documentation, readers are forwarded to the buildroot website Download page with a link pointing to buildroot.org/download, which returns a 404. Fix the dead link by adding the missing .html suffix. Signed-off-by: Alexis Lothoré Signed-off-by: Julien Olivain (cherry picked from commit 8845586fc6b33937d996e3300bdbfa558d053af2) Signed-off-by: Titouan Christophe --- docs/manual/getting.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/getting.adoc b/docs/manual/getting.adoc index 51c97d5793..1437a3ccef 100644 --- a/docs/manual/getting.adoc +++ b/docs/manual/getting.adoc @@ -32,5 +32,5 @@ vagrant up If you want to follow development, you can use the daily snapshots or make a clone of the Git repository. Refer to the -http://buildroot.org/download[Download page] of the Buildroot website +http://buildroot.org/download.html[Download page] of the Buildroot website for more details.