From: Mattia Narducci Date: Fri, 10 Oct 2025 19:31:45 +0000 (+0200) Subject: doc: environment: fix links to Linux kernel documentation X-Git-Tag: v2026.01-rc1~20^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3e865cfffc404d3a1ed9deddcb78bbffe6b53575;p=thirdparty%2Fu-boot.git doc: environment: fix links to Linux kernel documentation Architecture-specific documentation in the Linux kernel was moved to the arch/ subdirectory. Signed-off-by: Mattia Narducci Reviewed-by: Heinrich Schuchardt --- diff --git a/doc/usage/environment.rst b/doc/usage/environment.rst index 3764f65c221..5553a629e42 100644 --- a/doc/usage/environment.rst +++ b/doc/usage/environment.rst @@ -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