diff options
author | Macdonald Umoren <macdonald.umoren@proton.me> | 2023-07-14 08:40:38 +0000 |
---|---|---|
committer | Sergio Carlavilla Delgado <carlavilla@FreeBSD.org> | 2023-07-14 08:40:38 +0000 |
commit | 3b95ab69fde317858db42010b43fe05cf43c4263 (patch) | |
tree | b2e3215b6c703f1d16c53bffeff1167a35e405d2 | |
parent | b5528573d82835e4bb3e201fecd50d242aa3dec3 (diff) | |
download | doc-3b95ab69fd.tar.gz doc-3b95ab69fd.zip |
Developers handbook: Fix broken links in kernel build chapter
Approved by: fernape@
Differential Revision: https://reviews.freebsd.org/D40287
-rw-r--r-- | documentation/content/en/books/developers-handbook/kernelbuild/_index.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/content/en/books/developers-handbook/kernelbuild/_index.adoc b/documentation/content/en/books/developers-handbook/kernelbuild/_index.adoc index 17865d2606..217da98f0f 100644 --- a/documentation/content/en/books/developers-handbook/kernelbuild/_index.adoc +++ b/documentation/content/en/books/developers-handbook/kernelbuild/_index.adoc @@ -52,11 +52,11 @@ Being a kernel developer requires understanding of the kernel build process. To debug the FreeBSD kernel it is required to be able to build one. There are two known ways to do so: -The supported procedure to build and install a kernel is documented in the extref:{handbook}[Building and Installing a Custom Kernel, kernelconfig-building] chapter of the FreeBSD Handbook. +The supported procedure to build and install a kernel is documented in the extref:{handbook}kernelconfig/[Building and Installing a Custom Kernel, kernelconfig-building] chapter of the FreeBSD Handbook. [NOTE] ==== -It is supposed that the reader of this chapter is familiar with the information described in the extref:{handbook}[Building and Installing a Custom Kernel, kernelconfig-building] chapter of the FreeBSD Handbook. +It is supposed that the reader of this chapter is familiar with the information described in the extref:{handbook}kernelconfig/[Building and Installing a Custom Kernel, kernelconfig-building] chapter of the FreeBSD Handbook. If this is not the case, please read through the above mentioned chapter to understand how the build process works. ==== |