diff --git a/libcpu/aarch64/cortex-a/entry_point.S b/libcpu/aarch64/cortex-a/entry_point.S index c0acacb2ca..896bb68012 100644 --- a/libcpu/aarch64/cortex-a/entry_point.S +++ b/libcpu/aarch64/cortex-a/entry_point.S @@ -57,7 +57,7 @@ /* * Our goal is to boot the rt-thread as possible without modifying the * bootloader's config, so we use the kernel's boot header for ARM64: - * https://www.kernel.org/doc/html/latest/arm64/booting.html#call-the-kernel-image + * https://www.kernel.org/doc/html/latest/arch/arm64/booting.html#call-the-kernel-image */ _head: b _start /* Executable code */