Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ai/example02/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SPDX-License-Identifier: CC-BY-4.0
This example illustrates a software bill of materials (SBOM) for an AI
application that employs machine learning to perform a text sentiment analysis.

The SBOM ([spdx3.0/sbom.spdx.json](./spdx3.0/sbom.spdx.json)) demonstrates
The SBOM ([spdx3.0/sbom.spdx3.json](./spdx3.0/sbom.spdx3.json)) demonstrates
the structure between `AIPackage`, `DatasetPackage`, and their technical
documentation through (lifecycle-scoped) relationship types such as
`dependsOn`,
Expand Down
2 changes: 1 addition & 1 deletion software/example11/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The SBOM structure (outlinedgenerate with
[bom](https://github.com/kubernetes-sigs/bom)) looks like this:

```shell
$ bom document outline example11/spdx/sbom.spdx.json
$ bom document outline example11/spdx2.3/sbom.spdx.json

📂 SPDX Document SBOM-SPDX-2d85f548-12fa-46d5-87ce-5e78e5e111f4
Expand Down
Loading