Skip to content

Commit b96ff02

Browse files
mchehabJonathan Corbet
authored andcommitted
Documentation/process: fix a cross reference
The cross-reference for the handbooks section works. However, it is meant to describe the path inside the Kernel's doc where the section is, but there's an space instead of a dash, plus it lacks the .rst at the end, which makes: ./scripts/documentation-file-ref-check to complain. Fixes: 604370e ("Documentation/process: Add maintainer handbooks section") Signed-off-by: Mauro Carvalho Chehab <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]>
1 parent 636e36b commit b96ff02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/process/submitting-patches.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ use it, it will make your life as a kernel developer and in general much
2222
easier.
2323

2424
Some subsystems and maintainer trees have additional information about
25-
their workflow and expectations, see :ref:`Documentation/process/maintainer
26-
handbooks <maintainer_handbooks_main>`.
25+
their workflow and expectations, see
26+
:ref:`Documentation/process/maintainer-handbooks.rst <maintainer_handbooks_main>`.
2727

2828
Obtain a current source tree
2929
----------------------------

0 commit comments

Comments
 (0)