Architecture-specific documentation in the Linux kernel was moved to the arch/ subdirectory.
Signed-off-by: Mattia Narducci <[email protected]> --- 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

