From: Varsha Rao Date: Thu, 26 Mar 2020 07:05:27 +0000 (+0530) Subject: doc/SubmittingPatches: Fix 'Fixes line' hyperlink X-Git-Tag: v16.1.0~2603^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5b34a9bbf5258eb21fd3441da435ace7c4e586d6;p=ceph.git doc/SubmittingPatches: Fix 'Fixes line' hyperlink Signed-off-by: Varsha Rao --- diff --git a/SubmittingPatches.rst b/SubmittingPatches.rst index bc2e7e951d2..d74529cd3ba 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) ^^^^^^^^^^^^^