Skip to content

Commit acba6ad

Browse files
committed
docs: fix npmjs links
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent dbe0bfb commit acba6ad

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ generate _[CycloneDX][link_website]_ Software Bill-of-Materials (SBOM) from _nod
1616

1717
| ecosystem | actual tool |
1818
|:---------:|:------------|
19-
| _npm_ | [@cyclonedx/cyclonedx-npm](https://www.npmjs.com/package/%40cyclonedx/cyclonedx-npm) |
19+
| _npm_ | [@cyclonedx/cyclonedx-npm](https://www.npmjs.com/package/@cyclonedx/cyclonedx-npm) |
2020
| _yarn_ | to be announced <!-- maybe https://github.com/CycloneDX/cyclonedx-node-yarn --> |
2121
| _pnpm_ | to be announced <!-- maybe https://github.com/CycloneDX/cyclonedx-node-pnpm --> |
2222

@@ -29,15 +29,15 @@ These ecosystems are out of scope. Therefore, the following packages are not par
2929

3030
| ecosystem | actual tool |
3131
|:---------:|:------------|
32-
| _webpack_ | [@cyclonedx/webpack-plugin](https://www.npmjs.com/package/%40cyclonedx/webpack-plugin) |
33-
| _Angular_ | [@cyclonedx/webpack-plugin](https://www.npmjs.com/package/%40cyclonedx/webpack-plugin) |
34-
| _React_ | [@cyclonedx/webpack-plugin](https://www.npmjs.com/package/%40cyclonedx/webpack-plugin) |
32+
| _webpack_ | [@cyclonedx/webpack-plugin](https://www.npmjs.com/package/@cyclonedx/webpack-plugin) |
33+
| _Angular_ | [@cyclonedx/webpack-plugin](https://www.npmjs.com/package/@cyclonedx/webpack-plugin) |
34+
| _React_ | [@cyclonedx/webpack-plugin](https://www.npmjs.com/package/@cyclonedx/webpack-plugin) |
3535
| _Parcel_ | to be announced |
3636

3737
## Library
3838

3939
If you are looking for a JavaScript/TypeScript library for working with CycloneDX, its data models or serialization,
40-
then you might want to try [@cyclonedx/cyclonedx-library](https://www.npmjs.com/package/%40cyclonedx/cyclonedx-library).
40+
then you might want to try [@cyclonedx/cyclonedx-library](https://www.npmjs.com/package/@cyclonedx/cyclonedx-library).
4141

4242
## Contributing
4343

@@ -60,7 +60,7 @@ This project used to be a tool-set and a library to work and generate [CycloneDX
6060
Since version 4.0, this was all split to individual projects, and this project changed to a bare meta-package.
6161

6262
Previous versions of this very package are still available
63-
via [npmjs versions](https://www.npmjs.com/package/%40cyclonedx/bom?activeTab=versions)
63+
via [npmjs versions](https://www.npmjs.com/package/@cyclonedx/bom?activeTab=versions)
6464
and [github releases](https://github.com/CycloneDX/cyclonedx-node-module/releases)
6565

6666
[license_file]: https://github.com/CycloneDX/cyclonedx-node-module/blob/master/LICENSE
@@ -75,7 +75,7 @@ and [github releases](https://github.com/CycloneDX/cyclonedx-node-module/release
7575
[shield_groups]: https://img.shields.io/badge/discussion-groups.io-blue.svg "groups discussion"
7676
[shield_twitter-follow]: https://img.shields.io/badge/Twitter-follow-blue?logo=Twitter&logoColor=white "twitter follow"
7777
[link_gh-workflow-test]: https://github.com/CycloneDX/cyclonedx-node-module/actions/workflows/nodejs.yml?query=branch%3Amaster
78-
[link_npm]: https://www.npmjs.com/package/%40cyclonedx/bom
78+
[link_npm]: https://www.npmjs.com/package/@cyclonedx/bom
7979
[link_docker]: https://hub.docker.com/r/cyclonedx/cyclonedx-node
8080
[link_website]: https://cyclonedx.org/
8181
[link_slack]: https://cyclonedx.org/slack/invite

0 commit comments

Comments
 (0)