From 609ceccea285f0db02153ffb1f08ed315f662881 Mon Sep 17 00:00:00 2001 From: Brandon Nielsen Date: Mon, 22 Feb 2021 19:49:21 -0600 Subject: [PATCH] Correct broken links. - Correct libinput reporting bugs link - Correct xrefs under "Bisecting the kernel" --- modules/ROOT/pages/kernel/troubleshooting.adoc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/ROOT/pages/kernel/troubleshooting.adoc b/modules/ROOT/pages/kernel/troubleshooting.adoc index 449e638..f68f76b 100644 --- a/modules/ROOT/pages/kernel/troubleshooting.adoc +++ b/modules/ROOT/pages/kernel/troubleshooting.adoc @@ -51,7 +51,7 @@ you may need to collect more logs. === Input issues (touchpad etc.) === -Information for collecting logs is documented at the https://wayland.freedesktop.org/libinput/doc/latest/reporting_bugs.html[libinput website]. +Information for collecting logs is documented at the https://wayland.freedesktop.org/libinput/doc/latest/reporting-bugs.html[libinput website]. === Sound issues === @@ -83,10 +83,10 @@ considerably in most cases. version. The first version you find that doesn't work will be the initial "bad" version. -. Install the <> +. Install the xref:kernel/build-custom-kernel.adoc#_get_the_dependencies[dependencies] required to build the kernel. -. Next, <>. +. Next, xref:kernel/build-custom-kernel.adoc#_getting_the_sources[get the source code]. . Prepare a `.config` file. Assuming you've got both the good and bad kernel installed, the config for both will be in `/boot/`.footnote:[When bisecting @@ -102,11 +102,11 @@ considerably in most cases. . Mark the first version that does not work as "bad" with `git bisect bad `. For example: `git bisect bad v4.17`. -. <>. Sometimes +. xref:kernel/build-custom-kernel.adoc#_building_the_kernel[Build the kernel]. Sometimes commits cannot be built. If this happens, skip the commit with `git bisect skip`. -. <>. +. xref:kernel/build-custom-kernel.adoc#_installing_the_kernel[Install the kernel]. . Reboot into the new kernel and test to see if it works.