Skip to content

Commit e3d1685

Browse files
committed
renamed master to main
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent 17ac1bb commit e3d1685

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Node CI
44

55
on:
66
push:
7-
branches: [ master ]
7+
branches: [ main ]
88
pull_request:
99
workflow_dispatch:
1010

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -130,13 +130,13 @@ Permission to modify and redistribute is granted under the terms of the Apache 2
130130
See the [LICENSE][license_file] file for the full license.
131131

132132
[CycloneDX]: https://cyclonedx.org/
133-
[CycloneDX-spec]: https://github.com/CycloneDX/specification/tree/master/schema
133+
[CycloneDX-spec]: https://github.com/CycloneDX/specification/tree/main/schema
134134

135-
[license_file]: https://github.com/CycloneDX/cyclonedx-javascript-library/blob/master/LICENSE
136-
[contributing_file]: https://github.com/CycloneDX/cyclonedx-javascript-library/blob/master/CONTRIBUTING.md
137-
[examples]: https://github.com/CycloneDX/cyclonedx-javascript-library/tree/master/examples
135+
[license_file]: https://github.com/CycloneDX/cyclonedx-javascript-library/blob/main/LICENSE
136+
[contributing_file]: https://github.com/CycloneDX/cyclonedx-javascript-library/blob/main/CONTRIBUTING.md
137+
[examples]: https://github.com/CycloneDX/cyclonedx-javascript-library/tree/main/examples
138138

139-
[shield_gh-workflow-test]: https://img.shields.io/github/workflow/status/CycloneDX/cyclonedx-javascript-library/Node%20CI/master?logo=GitHub&logoColor=white "tests"
139+
[shield_gh-workflow-test]: https://img.shields.io/github/workflow/status/CycloneDX/cyclonedx-javascript-library/Node%20CI/main?logo=GitHub&logoColor=white "tests"
140140
[shield_npm-version]: https://img.shields.io/npm/v/@cyclonedx/cyclonedx-library?logo=npm&logoColor=white "npm"
141141
[shield_license]: https://img.shields.io/github/license/CycloneDX/cyclonedx-javascript-library?logo=open%20source%20initiative&logoColor=white "license"
142142
[shield_website]: https://img.shields.io/badge/https://-cyclonedx.org-blue.svg "homepage"
@@ -145,7 +145,7 @@ See the [LICENSE][license_file] file for the full license.
145145
[shield_twitter-follow]: https://img.shields.io/badge/Twitter-follow-blue?logo=Twitter&logoColor=white "twitter follow"
146146

147147
[link_website]: https://cyclonedx.org/
148-
[link_gh-workflow-test]: https://github.com/CycloneDX/cyclonedx-javascript-library/actions/workflows/nodejs.yml?query=branch%3Amaster
148+
[link_gh-workflow-test]: https://github.com/CycloneDX/cyclonedx-javascript-library/actions/workflows/nodejs.yml?query=branch%3Amain
149149
[link_npm]: https://www.npmjs.com/package/%40cyclonedx/cyclonedx-library
150150
[link_slack]: https://cyclonedx.org/slack/invite
151151
[link_discussion]: https://groups.io/g/CycloneDX

0 commit comments

Comments
 (0)