Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix code examples regarding outputting #709

Merged
merged 1 commit into from
Oct 14, 2024

Conversation

hakandilek
Copy link
Contributor

@hakandilek hakandilek commented Oct 14, 2024

v6 API change removed deprecated function output.get_instance() (via #493) to use the function output.make_outputter() instead.

This PR updates the documentation as suggested by @jkowalleck in #702.

fixes #702

v6 removed deprecated function output.get_instance() (via CycloneDX#493) to use
the function output.make_outputter() instead.

Signed-off-by: Hakan Dilek <hakandilek@gmail.com>
@hakandilek hakandilek requested a review from a team as a code owner October 14, 2024 07:48
@jkowalleck jkowalleck added the documentation Improvements or additions to documentation label Oct 14, 2024
@jkowalleck jkowalleck changed the title docs: Fix the examples in docs regarding outputting docs: fix code examples regarding outputting Oct 14, 2024
@jkowalleck jkowalleck merged commit c72d5f4 into CycloneDX:main Oct 14, 2024
41 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Preferred way for outputting
2 participants