]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
doc: environment: fix links to Linux kernel documentation
authorMattia Narducci <mattianarducci1@gmail.com>
Fri, 10 Oct 2025 19:31:45 +0000 (21:31 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 18 Oct 2025 09:54:37 +0000 (11:54 +0200)
Architecture-specific documentation in the Linux kernel was moved to
the arch/ subdirectory.

Signed-off-by: Mattia Narducci <mattianarducci1@gmail.com>
Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
doc/usage/environment.rst

index 3764f65c2211e15b66dd3e557533a48ee7772b52..5553a629e42d1da17db537536bda5855008f591b 100644 (file)
@@ -587,5 +587,5 @@ Implementation
 
 See :doc:`../develop/environment` for internal development details.
 
-.. _`Booting ARM Linux`: https://www.kernel.org/doc/html/latest/arm/booting.html
-.. _`Booting AArch64 Linux`: https://www.kernel.org/doc/html/latest/arm64/booting.html
+.. _`Booting ARM Linux`: https://www.kernel.org/doc/html/latest/arch/arm/booting.html
+.. _`Booting AArch64 Linux`: https://www.kernel.org/doc/html/latest/arch/arm64/booting.html