Skip to content

Commit b666758

Browse files
dwlsalmeidaJonathan Corbet
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jonathan Corbet <[email protected]>
1 parent 9a32500 commit b666758

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/process/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Below are the essential guides that every developer should read.
3232
kernel-enforcement-statement
3333
kernel-driver-statement
3434

35-
Other guides to the community that are of interest to most developers are:
35+
Other guides to the community that are of interest to most developers are:
3636

3737
.. toctree::
3838
:maxdepth: 1
@@ -61,7 +61,7 @@ lack of a better place.
6161
botching-up-ioctls
6262
clang-format
6363
../riscv/patch-acceptance
64-
unaligned-memory-access
64+
../core-api/unaligned-memory-access
6565

6666
.. only:: subproject and html
6767

0 commit comments

Comments
 (0)