|
1 | 1 | # Python Library for generating CycloneDX
|
2 | 2 |
|
3 | 3 | [![shield_gh-workflow-test]][link_gh-workflow-test]
|
| 4 | +[![shield_rtfd]][link_rtfd] |
4 | 5 | [![shield_pypi-version]][link_pypi]
|
5 | 6 | [![shield_conda-forge-version]][link_conda-forge]
|
6 |
| -[![shiled_rtd]][link_rtd] |
7 |
| -[![shield_license]][license_file] |
| 7 | +[![shield_license]][license_file] |
8 | 8 | [![shield_website]][link_website]
|
9 | 9 | [![shield_slack]][link_slack]
|
10 | 10 | [![shield_groups]][link_discussion]
|
@@ -56,16 +56,16 @@ See the [LICENSE][license_file] file for the full license.
|
56 | 56 | [shield_gh-workflow-test]: https://img.shields.io/github/workflow/status/CycloneDX/cyclonedx-python-lib/Python%20CI/main?logo=GitHub&logoColor=white "build"
|
57 | 57 | [shield_pypi-version]: https://img.shields.io/pypi/v/cyclonedx-python-lib?logo=pypi&logoColor=white&label=PyPI "PyPI"
|
58 | 58 | [shield_conda-forge-version]: https://img.shields.io/conda/vn/conda-forge/cyclonedx-python-lib?logo=anaconda&logoColor=white&label=conda-forge "conda-forge"
|
59 |
| -[shiled_rtd]: https://readthedocs.org/projects/cyclonedx-python-library/badge/?version=latest "Read the Docs" |
60 |
| -[shield_license]: https://img.shields.io/github/license/CycloneDX/cyclonedx-python-lib "license" |
| 59 | +[shield_rtfd]: https://img.shields.io/readthedocs/cyclonedx-python-library?logo=readthedocs&logoColor=white "Read the Docs" |
| 60 | +[shield_license]: https://img.shields.io/github/license/CycloneDX/cyclonedx-python-lib?logo=open%20source%20initiative&logoColor=white "license" |
61 | 61 | [shield_website]: https://img.shields.io/badge/https://-cyclonedx.org-blue.svg "homepage"
|
62 | 62 | [shield_slack]: https://img.shields.io/badge/slack-join-blue?logo=Slack&logoColor=white "slack join"
|
63 | 63 | [shield_groups]: https://img.shields.io/badge/discussion-groups.io-blue.svg "groups discussion"
|
64 | 64 | [shield_twitter-follow]: https://img.shields.io/badge/Twitter-follow-blue?logo=Twitter&logoColor=white "twitter follow"
|
65 | 65 | [link_gh-workflow-test]: https://github.com/CycloneDX/cyclonedx-python-lib/actions/workflows/poetry.yml?query=branch%3Amain
|
66 | 66 | [link_pypi]: https://pypi.org/project/cyclonedx-python-lib/
|
67 | 67 | [link_conda-forge]: https://anaconda.org/conda-forge/cyclonedx-python-lib
|
68 |
| -[link_rtd]: https://cyclonedx-python-library.readthedocs.io/en/latest/?badge=latest |
| 68 | +[link_rtfd]: https://cyclonedx-python-library.readthedocs.io/en/latest/?badge=latest |
69 | 69 | [link_website]: https://cyclonedx.org/
|
70 | 70 | [link_slack]: https://cyclonedx.org/slack/invite
|
71 | 71 | [link_discussion]: https://groups.io/g/CycloneDX
|
|
0 commit comments