Skip to content

Commit e5e5fb1

Browse files
committed
how-to/kernel-bisection: replace some links ...
... to the old wiki to this current wiki Signed-off-by: Zixing Liu <zixing.liu@canonical.com>
1 parent 2d243dd commit e5e5fb1

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

docs/how-to/kernel-bisection.rst

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ What do I need to build and commit bisect Ubuntu kernels?
143143

144144
The rest of this page assumes that you know how to fetch a kernel from
145145
the 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,
148148
one 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
308308
git repo. There's no need and it makes it harder to build subsequent
309309
tests.
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
313313
use a PPA, but it will probably take a lot longer to build.
314314

315315
Getting test results
@@ -662,6 +662,8 @@ Proposed repository following the instructions from
662662
However, if the linux kernel from the Proposed repository doesn't fix
663663
your issue, the next step is reverse bisecting upstream kernel versions.
664664

665+
.. _commit_bisecting_upstream_kernel_versions:
666+
665667
Reverse bisecting upstream kernel versions
666668
------------------------------------------
667669

@@ -728,7 +730,7 @@ Reverse commit bisecting upstream kernel versions
728730
-------------------------------------------------
729731

730732
Now 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`)
732734
in a slightly different way. This is due to how git was designed with
733735
forward bisections in mind. However, one may utilize git to accomplish a
734736
reverse bisect. So, once Linus's development tree has been cloned:

0 commit comments

Comments
 (0)