summaryrefslogtreecommitdiff
path: root/doc/usage
diff options
context:
space:
mode:
authorMattia Narducci <[email protected]>2025-10-10 21:31:45 +0200
committerHeinrich Schuchardt <[email protected]>2025-10-18 11:54:37 +0200
commit3e865cfffc404d3a1ed9deddcb78bbffe6b53575 (patch)
tree63f5309ec7e35f7240dad25ad88009c366c31c54 /doc/usage
parent186b2d24075992e2c19a769578a690ea890eedb1 (diff)
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 <[email protected]> Reviewed-by: Heinrich Schuchardt <[email protected]>
Diffstat (limited to 'doc/usage')
-rw-r--r--doc/usage/environment.rst4
1 files 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