@@ -143,8 +143,8 @@ What do I need to build and commit bisect Ubuntu kernels?
143143
144144The rest of this page assumes that you know how to fetch a kernel from
145145the Ubuntu git repository, build it, and bisect it. If you can't do that
146- yet, try starting with `this wiki
147- page <https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel> `__ . As well,
146+ yet, try starting with :doc: `this wiki
147+ page <develop-customise/build-kernel>` . As well,
148148one may want to familiarize themselves with git bisect via a terminal:
149149
150150.. code :: shell
@@ -308,8 +308,8 @@ Do not commit the change you just made to the changelog into your local
308308git repo. There's no need and it makes it harder to build subsequent
309309tests.
310310
311- Now `build the
312- kernel <https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel> `__ . You can
311+ Now :doc: `build the
312+ kernel <develop-customise/build-kernel>` . You can
313313use a PPA, but it will probably take a lot longer to build.
314314
315315Getting test results
@@ -662,6 +662,8 @@ Proposed repository following the instructions from
662662However, if the linux kernel from the Proposed repository doesn't fix
663663your issue, the next step is reverse bisecting upstream kernel versions.
664664
665+ .. _commit_bisecting_upstream_kernel_versions :
666+
665667Reverse bisecting upstream kernel versions
666668------------------------------------------
667669
@@ -728,7 +730,7 @@ Reverse commit bisecting upstream kernel versions
728730-------------------------------------------------
729731
730732Now one will utilize the git skills learned
731- ` above < https://wiki.ubuntu.com/Kernel/KernelBisection#Commit_bisecting_upstream_kernel_versions >`__
733+ above ( :ref: ` commit_bisecting_upstream_kernel_versions `)
732734in a slightly different way. This is due to how git was designed with
733735forward bisections in mind. However, one may utilize git to accomplish a
734736reverse bisect. So, once Linus's development tree has been cloned:
0 commit comments