From 944f8eadb1d84d0261cae871a121801ebdf8aa02 Mon Sep 17 00:00:00 2001 From: saeedjohar Date: Thu, 1 Aug 2024 00:12:34 +0300 Subject: [PATCH] Update internal heading link Corrected a typo in the documentation which seems to be mismatch --- documentation/asciidoc/computers/linux_kernel/building.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/asciidoc/computers/linux_kernel/building.adoc b/documentation/asciidoc/computers/linux_kernel/building.adoc index 8420681b4..65e741ad9 100644 --- a/documentation/asciidoc/computers/linux_kernel/building.adoc +++ b/documentation/asciidoc/computers/linux_kernel/building.adoc @@ -39,7 +39,7 @@ $ git clone --depth=1 --branch https://github.com/raspberrypi/linux For a full list of available branches, see the https://github.com/raspberrypi/linux[the Raspberry Pi kernel repository]. ==== -Now that you have the kernel source, build a fresh kernel xref:linux_kernel.adoc#natively-build-a-kernel[natively] or via xref:linux_kernel.adoc#cross-compiled-build[cross-compilation]. +Now that you have the kernel source, build a fresh kernel xref:linux_kernel.adoc#natively-build-a-kernel[natively] or via xref:linux_kernel.adoc#cross-compile-the-kernel[cross-compilation]. === Natively build a kernel