From 1efe99dc5c001d12e5bc247dcacb92f61e0176a9 Mon Sep 17 00:00:00 2001 From: Matt Baker Date: Thu, 9 May 2024 06:27:54 +0100 Subject: [PATCH] Fix broken SPDX Expression link (#352) --- manifests/library-json/fields/license.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/library-json/fields/license.rst b/manifests/library-json/fields/license.rst index 99fd6df518..dabae2c920 100644 --- a/manifests/library-json/fields/license.rst +++ b/manifests/library-json/fields/license.rst @@ -14,7 +14,7 @@ *Optional* | Type: ``SPDX Expression`` -A SPDX license ID or `SPDX Expression `_. +A SPDX license ID or `SPDX Expression `_. You can check `the full list of SPDX license IDs `_ (see "Identifier" column). **Examples** @@ -29,4 +29,4 @@ Multiple license using SPDX Expression .. code-block:: javascript - "license": "MIT AND (LGPL-2.1-or-later OR BSD-3-Clause)" \ No newline at end of file + "license": "MIT AND (LGPL-2.1-or-later OR BSD-3-Clause)"