diff options
author | Daniel W. S. Almeida <dwlsalmeida@gmail.com> | 2020-07-18 19:50:59 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-07-23 23:26:12 +0300 |
commit | b6667585c28d46017030198403c18d803e0c9e90 (patch) | |
tree | 8a884c549e536c14041026c118fcbe947e964bf1 /Documentation/process | |
parent | 9a32500a346d754a4485a5de9af63759124c2833 (diff) | |
download | linux-b6667585c28d46017030198403c18d803e0c9e90.tar.xz |
docs: process/index.rst: Fix reference to nonexistent document
Fix the following warning:
WARNING: toctree contains reference to nonexistent document
'process/unaligned-memory-access'
The path to the document was wrong.
Signed-off-by: Daniel W. S. Almeida <dwlsalmeida@gmail.com>
Link: https://lore.kernel.org/r/20200718165107.625847-5-dwlsalmeida@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/process')
-rw-r--r-- | Documentation/process/index.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/process/index.rst b/Documentation/process/index.rst index f07c9250c3ac..dd231ffc8422 100644 --- a/Documentation/process/index.rst +++ b/Documentation/process/index.rst @@ -32,7 +32,7 @@ Below are the essential guides that every developer should read. kernel-enforcement-statement kernel-driver-statement -Other guides to the community that are of interest to most developers are: +Other guides to the community that are of interest to most developers are: .. toctree:: :maxdepth: 1 @@ -61,7 +61,7 @@ lack of a better place. botching-up-ioctls clang-format ../riscv/patch-acceptance - unaligned-memory-access + ../core-api/unaligned-memory-access .. only:: subproject and html |