Skip to content

Commit 950fc8e

Browse files
authored
Docs readme links (#617)
* docs Signed-off-by: Jan Kowalleck <[email protected]> * docs Signed-off-by: Jan Kowalleck <[email protected]> --------- Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 09522f8 commit 950fc8e

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
## unreleased
66

7+
* Docs
8+
* Fixed link to CycloneDX-specification in README (via [#617])
9+
10+
[#617]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/617
11+
712
## 1.13.2 - 2023-03-29
813

914
* Fixed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,23 +164,23 @@ Additionally, there is a prepared set of configs for [TypeDoc](https://typedoc.o
164164

165165
## Development & Contributing
166166

167-
Feel free to open issues, bugreports or pull requests.
167+
Feel free to open issues, bug reports or pull requests.
168168
See the [CONTRIBUTING][contributing_file] file for details.
169169

170170
## License
171171

172172
Permission to modify and redistribute is granted under the terms of the Apache 2.0 license.
173173
See the [LICENSE][license_file] file for the full license.
174174

175-
[CycloneDX-spec]: https://github.com/CycloneDX/specification/tree/main/schema
175+
[CycloneDX-spec]: https://github.com/CycloneDX/specification/#readme
176176

177177
[license_file]: https://github.com/CycloneDX/cyclonedx-javascript-library/blob/main/LICENSE
178178
[contributing_file]: https://github.com/CycloneDX/cyclonedx-javascript-library/blob/main/CONTRIBUTING.md
179179
[examples]: https://github.com/CycloneDX/cyclonedx-javascript-library/tree/main/examples/README.md
180180

181181
[shield_npm-version]: https://img.shields.io/npm/v/@cyclonedx/cyclonedx-library?logo=npm&logoColor=white "npm"
182182
[shield_gh-workflow-test]: https://img.shields.io/github/actions/workflow/status/CycloneDX/cyclonedx-javascript-library/nodejs.yml?branch=main&logo=GitHub&logoColor=white "tests"
183-
[shield_coverage]: https://img.shields.io/codacy/coverage/ae6c086b53d54653ad5077b12ec22264 "test coverage"
183+
[shield_coverage]: https://img.shields.io/codacy/coverage/ae6c086b53d54653ad5077b12ec22264?logo=Codacy&logoColor=white "test coverage"
184184
[shield_license]: https://img.shields.io/github/license/CycloneDX/cyclonedx-javascript-library?logo=open%20source%20initiative&logoColor=white "license"
185185
[shield_website]: https://img.shields.io/badge/https://-cyclonedx.org-blue.svg "homepage"
186186
[shield_slack]: https://img.shields.io/badge/slack-join-blue?logo=Slack&logoColor=white "slack join"

0 commit comments

Comments
 (0)