doc: west: Update outdated link to SPDX specification

This commit updates the outdated link to the SPDX specification.

Signed-off-by: Stephanos Ioannidis <stephanos.ioannidis@nordicsemi.no>
This commit is contained in:
Stephanos Ioannidis 2022-09-29 04:35:10 +09:00 committed by Carles Cufí
parent 9f5ad65446
commit d85900d0f7

View file

@ -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: