From 5b34a9bbf5258eb21fd3441da435ace7c4e586d6 Mon Sep 17 00:00:00 2001 From: Varsha Rao Date: Thu, 26 Mar 2020 12:35:27 +0530 Subject: [PATCH] doc/SubmittingPatches: Fix 'Fixes line' hyperlink Signed-off-by: Varsha Rao --- SubmittingPatches.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/SubmittingPatches.rst b/SubmittingPatches.rst index bc2e7e951d2d..d74529cd3ba0 100644 --- a/SubmittingPatches.rst +++ b/SubmittingPatches.rst @@ -133,7 +133,7 @@ Some negative examples (how *not* to title a commit message):: bug fix for driver X fix issue 99999 -Further to the last negative example ("fix issue 99999"), see `Fixes line`_. +Further to the last negative example ("fix issue 99999"), see `Fixes line(s)`_. Commit message ^^^^^^^^^^^^^^ @@ -149,8 +149,6 @@ For positive examples, peruse ``git log`` in the ``master`` branch. A negative example would be a commit message that merely states the obvious. For example: "this patch includes updates for subsystem X. Please apply." -.. _`fixes line`: - Fixes line(s) ^^^^^^^^^^^^^ -- 2.47.3