Skip to content

Commit 2062e7e

Browse files
authored
chore: fix broken SBOM example link in Sphinx documentation (#330)
Signed-off-by: Trong Nhan Mai <[email protected]>
1 parent a04c9df commit 2062e7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/pages/using.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Macaron can run the analysis against an existing SBOM in `CycloneDX <https://cyc
9292

9393
CycloneDX provides open-source SBOM generators for different types of project (e.g Maven, Gradle, etc). For instructions on generating a CycloneDX SBOM for your project, see `CycloneDX documentation <https://github.com/CycloneDX>`_.
9494

95-
For example, with `micronaut-core <https://github.com/micronaut-projects/micronaut-core>`_ at branch 4.0.x commit ``82d115b4901d10226552ac67b0a10978cd5bc603``, using the `CycloneDX Gradle plugin <https://github.com/CycloneDX/cyclonedx-gradle-plugin>`_ would give us the following `SBOM <./_static/micronaut-projects/micronaut-core/analyze_with_sbom/sbom.json>`_.
95+
For example, with `micronaut-core <https://github.com/micronaut-projects/micronaut-core>`_ at branch 4.0.x commit ``82d115b4901d10226552ac67b0a10978cd5bc603``, using the `CycloneDX Gradle plugin <https://github.com/CycloneDX/cyclonedx-gradle-plugin>`_ would give us the following `SBOM <../_static/examples/micronaut-projects/micronaut-core/analyze_with_sbom/sbom.json>`_.
9696

9797
To run the analysis against that SBOM, run this command:
9898

0 commit comments

Comments
 (0)