diff options
author | Michael Rodin <michael-git@rodin.online> | 2018-06-03 20:17:33 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2018-06-29 17:24:15 +0200 |
commit | dad05139541359d61ea0850a7fc5311d9ca560f0 (patch) | |
tree | f64074173ff14d9979a09fabe600d990e24f6339 | |
parent | Documentation/admin-guide/README.rst: add a label for cross-referencing (diff) | |
download | linux-dad05139541359d61ea0850a7fc5311d9ca560f0.tar.xz linux-dad05139541359d61ea0850a7fc5311d9ca560f0.zip |
Documentation/process/howto.rst: add a missing cross-reference
Add a missing cross-reference from Documentation/process/howto.rst
to Documentation/admin-guide/README.rst.
Signed-off-by: Michael Rodin <michael-git@rodin.online>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/process/howto.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/process/howto.rst b/Documentation/process/howto.rst index 3df55811b916..130bf0f48875 100644 --- a/Documentation/process/howto.rst +++ b/Documentation/process/howto.rst @@ -85,7 +85,7 @@ linux-api@vger.kernel.org. Here is a list of files that are in the kernel source tree that are required reading: - README + :ref:`Documentation/admin-guide/README.rst <readme>` This file gives a short background on the Linux kernel and describes what is necessary to do to configure and build the kernel. People who are new to the kernel should start here. |