Skip to content

Commit

Permalink
docs: fix typo (#318)
Browse files Browse the repository at this point in the history
Signed-off-by: Roland Weber <rolweber@de.ibm.com>
  • Loading branch information
rolweber committed Dec 14, 2022
1 parent 007fb96 commit 63bfb87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/architecture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This library broadly is separated into three key functional areas:

1. **Parser**: Downstream tools may provide concrete implementation of the :py:mod:`cyclonedx.parser.BaseParser` which
can easily help you build a Model from your project or ecosystem.
For Python specific parser implementations see `cyclondex-python`_
For Python specific parser implementations see `cyclonedx-python`_
2. **Model**: Internal models used to unify data from different parsers
3. **Output**: Choose and configure an output which allows you to define output format as well as the CycloneDX schema
version
Expand All @@ -37,4 +37,4 @@ When wishing to generate a BOM, the process is as follows:
schema-support
outputting

.. _cyclondex-python: https://pypi.org/project/cyclonedx-bom/
.. _cyclonedx-python: https://pypi.org/project/cyclonedx-bom/

0 comments on commit 63bfb87

Please sign in to comment.