docs/manual/getting: fix dead link

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é <alexis.lothore@bootlin.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Alexis Lothoré
2025-09-21 14:39:06 +02:00
committed by Julien Olivain
parent 34cd1b1d8e
commit 8845586fc6

View File

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