From d85900d0f72ef87952624fd8659fd7c83fae0914 Mon Sep 17 00:00:00 2001 From: Stephanos Ioannidis Date: Thu, 29 Sep 2022 04:35:10 +0900 Subject: [PATCH] doc: west: Update outdated link to SPDX specification This commit updates the outdated link to the SPDX specification. Signed-off-by: Stephanos Ioannidis --- doc/develop/west/zephyr-cmds.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/develop/west/zephyr-cmds.rst b/doc/develop/west/zephyr-cmds.rst index ac589e4cef..b0e0bdfdf3 100644 --- a/doc/develop/west/zephyr-cmds.rst +++ b/doc/develop/west/zephyr-cmds.rst @@ -119,7 +119,7 @@ source files that are compiled to generate the built library files. ``west spdx`` accepts these additional options: - ``-n PREFIX``: a prefix for the Document Namespaces that will be included in - the generated SPDX documents. See `SPDX specification 2.2 section 2.5`_ for + the generated SPDX documents. See `SPDX specification clause 6`_ for details. If ``-n`` is omitted, a default namespace will be generated according to the default format described in section 2.5 using a random UUID. @@ -137,8 +137,8 @@ source files that are compiled to generate the built library files. - ``--include-sdk``: with ``--analyze-includes``, also create a fourth SPDX document, :file:`sdk.spdx`, which lists header files included from the SDK. -.. _SPDX specification 2.2 section 2.5: - https://spdx.github.io/spdx-spec/2-document-creation-information/ +.. _SPDX specification clause 6: + https://spdx.github.io/spdx-spec/document-creation-information/ .. _west-blobs: