summaryrefslogtreecommitdiff
path: root/poky/documentation/contributor-guide
diff options
context:
space:
mode:
Diffstat (limited to 'poky/documentation/contributor-guide')
-rw-r--r--poky/documentation/contributor-guide/recipe-style-guide.rst2
-rw-r--r--poky/documentation/contributor-guide/submit-changes.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/poky/documentation/contributor-guide/recipe-style-guide.rst b/poky/documentation/contributor-guide/recipe-style-guide.rst
index 142c02db1f..6a3eec3a0e 100644
--- a/poky/documentation/contributor-guide/recipe-style-guide.rst
+++ b/poky/documentation/contributor-guide/recipe-style-guide.rst
@@ -395,7 +395,7 @@ one CVE is fixed, separate them using spaces.
CVE Examples
------------
-This should be the header of patch that fixes :cve:`2015-8370` in GRUB2::
+This should be the header of patch that fixes :cve_nist:`2015-8370` in GRUB2::
grub2: Fix CVE-2015-8370
diff --git a/poky/documentation/contributor-guide/submit-changes.rst b/poky/documentation/contributor-guide/submit-changes.rst
index 47a416b245..7dc8da7aeb 100644
--- a/poky/documentation/contributor-guide/submit-changes.rst
+++ b/poky/documentation/contributor-guide/submit-changes.rst
@@ -483,7 +483,7 @@ typical usage of ``git send-email``::
git send-email --to <mailing-list-address> *.patch
Then, review each subject line and list of recipients carefully, and then
-and then allow the command to send each message.
+allow the command to send each message.
You will see that ``git send-email`` will automatically copy the people listed
in any commit tags such as ``Signed-off-by`` or ``Reported-by``.