From 885f0b469fd10dc46567e654c8da94f6da705919 Mon Sep 17 00:00:00 2001 From: Christoph Sax Date: Sat, 4 Nov 2017 16:15:07 +0100 Subject: [PATCH] doc: fix link to DCO in contribution guidelines The link to the DCO section in the contribution guidelines was pointing to nowhere. It is replaced by an automated cross-reference in case the DCO should change in the future. Signed-off-by: Christoph Sax --- CONTRIBUTING.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 76d18ac3041..52eff45c92c 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -56,8 +56,8 @@ Importing code into the Zephyr OS from other projects that use a license other than the Apache 2.0 license needs to be fully understood in context and approved by the Zephyr governing board. -By carefully reviewing potential contributions and also enforcing -`developer attestations `_ for contributed code, we can ensure that +By carefully reviewing potential contributions and also enforcing a +:ref:`DCO` for contributed code, we can ensure that the Zephyr community can develop products with the Zephyr Project without concerns over patent or copyright issues.