From ff4ee0364b532921fb94130c5676ecd5ddbf2254 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bernhard=20Rosenkr=C3=A4nzer?=
 <bernhard.rosenkraenzer.ext@huawei.com>
Date: Wed, 31 Mar 2021 00:23:29 +0200
Subject: [PATCH] CONTRIBUTING: Make the first reference to SPDX a link
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Chances are not everyone wanting to contribute has heard of SPDX -- provide
a link to what it is on the first mention

Signed-off-by: Bernhard Rosenkränzer <bernhard.rosenkraenzer.ext@huawei.com>
---
 CONTRIBUTING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 30913ef..ec259b3 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -24,7 +24,7 @@ OpenHarmony project handles contributions as [merge requests](https://docs.gitla
 
 ## SPDX information and REUSE standard
 
-All projects and files for an hosted project **MUST** be [REUSE](https://reuse.software/) compliant. REUSE requires SPDX information for each file, rules for which are as follows:
+All projects and files for an hosted project **MUST** be [REUSE](https://reuse.software/) compliant. REUSE requires [SPDX](https://spdx.dev/) information for each file, rules for which are as follows:
 
 -   Any new file must have a SPDX header (copyright and license).
 -   For files that don't support headers (for example binaries, patches etc.) an associated `.license` file must be included with the relevant SPDX information.
-- 
GitLab