summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLou Logan <lou@lrcd.com>2018-04-05 10:00:42 -0800
committerLou Logan <lou@lrcd.com>2018-04-05 10:00:42 -0800
commita2356e509184d79ba477ce774bb7be8b6b66f692 (patch)
tree2413ca4f1ecbc2732c4d53b7451ed1146ee03afc /doc
parent709e0291d659d089527ec7c048f9b2608183df64 (diff)
doc/developer: update link to "sign-off" info
Found by Hendrik Schreiber. Signed-off-by: Lou Logan <lou@lrcd.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/developer.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/developer.texi b/doc/developer.texi
index 66b2463306..0fc9c3f21c 100644
--- a/doc/developer.texi
+++ b/doc/developer.texi
@@ -562,9 +562,9 @@ Does @code{make fate} pass with the patch applied?
Was the patch generated with git format-patch or send-email?
@item
-Did you sign off your patch? (git commit -s)
-See @url{http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=blob_plain;f=Documentation/SubmittingPatches} for the meaning
-of sign off.
+Did you sign-off your patch? (@code{git commit -s})
+See @uref{https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/plain/Documentation/process/submitting-patches.rst, Sign your work} for the meaning
+of @dfn{sign-off}.
@item
Did you provide a clear git commit log message?