kernel/overview: Fix broken link to "Building a Custom Kernel"

Fixes:
```
[17:57:31.052] ERROR (asciidoctor): target of xref not found: build-custom-kernel.adoc
    file: /antora/modules/ROOT/pages/kernel/overview.adoc
    source: /antora (refname: master <worktree>)
```
This commit is contained in:
Timothée Ravier 2022-01-12 18:58:28 +01:00
parent 40e1d055c4
commit 028a77bad2

View file

@ -160,7 +160,7 @@ the overall size of the vmlinux that is loaded to a core set of functionality.
If you find that the Fedora configuration options are not sufficient for your
needs, you can rebuild the kernel and change options as you see fit. See the
documentation on <<build-custom-kernel.adoc#,building a custom kernel>>.
documentation on xref:kernel/build-custom-kernel.adoc[building a custom kernel].
[[community]]