In 'howto' chapter, we point users to 'SubmittingPatches' file in the Linux source tree to let them know the detailed contribution process. The file is now converted to a '.rst' file and the rendered 'html' page is available at 'kernel.org'. Using the link to the page would be easier for the users, compared to retrieving the Linux source tree and then reading the 'SubmittingPatches' file, which now only directs reader to the '.rst' file. For the reason, this commit makes the change. Signed-off-by: SeongJae Park <sj38.park@xxxxxxxxx> --- howto/howto.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/howto/howto.tex b/howto/howto.tex index 2f07c8a7..1c279e9a 100644 --- a/howto/howto.tex +++ b/howto/howto.tex @@ -489,7 +489,8 @@ and at The actual process of contributing patches and sending \co{git pull} requests is similar to that of the Linux kernel, which is documented -in the \path{Documentation/SubmittingPatches} file in the Linux source tree. +in the +\url{https://www.kernel.org/doc/html/latest/process/submitting-patches.html}. One important requirement is that each patch (or commit, in the case of a \co{git pull} request) must contain a valid \co{Signed-off-by:} line, which has the following format: -- 2.17.1