Skip to content

Commit

Permalink
Fix broken SPDX Expression link (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbaker-digital authored May 9, 2024
1 parent 0182798 commit 1efe99d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/library-json/fields/license.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

*Optional* | Type: ``SPDX Expression``

A SPDX license ID or `SPDX Expression <https://spdx.github.io/spdx-spec/SPDX-license-expressions/>`_.
A SPDX license ID or `SPDX Expression <https://spdx.github.io/spdx-spec/v3.0/annexes/SPDX-license-expressions/>`_.
You can check `the full list of SPDX license IDs <https://spdx.org/licenses/>`_ (see "Identifier" column).

**Examples**
Expand All @@ -29,4 +29,4 @@ Multiple license using SPDX Expression

.. code-block:: javascript
"license": "MIT AND (LGPL-2.1-or-later OR BSD-3-Clause)"
"license": "MIT AND (LGPL-2.1-or-later OR BSD-3-Clause)"

0 comments on commit 1efe99d

Please sign in to comment.