[PATCH] doc: environment: fix links to Linux kernel documentation
    Mattia Narducci 
    mattianarducci1 at gmail.com
       
    Fri Oct 10 21:31:45 CEST 2025
    
    
  
Architecture-specific documentation in the Linux kernel was moved to
the arch/ subdirectory.
Signed-off-by: Mattia Narducci <mattianarducci1 at gmail.com>
---
 doc/usage/environment.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
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
-- 
2.51.0
    
    
More information about the U-Boot
mailing list