From f65a253767eb8459e2ede05436ce89e50fd6e66f Mon Sep 17 00:00:00 2001 From: puneetse <22071208+puneetse@users.noreply.github.com> Date: Tue, 19 Feb 2019 16:05:39 -0800 Subject: [PATCH] Fix broken internal reference --- .../clear-linux/guides/maintenance/kernel-development.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/clear-linux/guides/maintenance/kernel-development.rst b/source/clear-linux/guides/maintenance/kernel-development.rst index 3457c4c1..ad706c35 100644 --- a/source/clear-linux/guides/maintenance/kernel-development.rst +++ b/source/clear-linux/guides/maintenance/kernel-development.rst @@ -194,8 +194,8 @@ it in the kernel package. #. Make sure you have followed the steps to - `Pull a copy of the kernel source code`_ and are in the kernel source - working directory. + `Pull a copy of the Linux kernel source code`_ and are in the kernel + source working directory. #. If you have an existing :file:`.config` file from an old kernel, copy it @@ -258,8 +258,8 @@ consider using a patch management tool in addition to Git such as #. Make sure you have followed the steps to - `Pull a copy of the kernel source code`_ and are in the kernel source - working directory. + `Pull a copy of the Linux kernel source code`_ and are in the kernel + source working directory. #. Make any desired code changes to the Linux source code files.