Skip to content

Commit c61ad2c

Browse files
committed
fix: incorrect github url
1 parent 7551bd1 commit c61ad2c

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
</p>
88

99
<p align="center">
10-
<a href="https://www.npmjs.org/package/cwe-sdk"><img src="https://badgen.net/npm/v/cwe-sdk" alt="npm version"/></a>
11-
<a href="https://www.npmjs.org/package/cwe-sdk"><img src="https://badgen.net/npm/license/cwe-sdk" alt="license"/></a>
12-
<a href="https://www.npmjs.org/package/cwe-sdk"><img src="https://badgen.net/npm/dt/cwe-sdk" alt="downloads"/></a>
13-
<a href="https://github.com/owasp/cwe-sdk/actions?workflow=CI"><img src="https://github.com/owasp/cwe-sdk/workflows/CI/badge.svg" alt="build"/></a>
14-
<a href="https://codecov.io/gh/owasp/cwe-sdk"><img src="https://badgen.net/codecov/c/github/owasp/cwe-sdk" alt="codecov"/></a>
15-
<a href="https://snyk.io/test/github/owasp/cwe-sdk"><img src="https://snyk.io/test/github/owasp/cwe-sdk/badge.svg" alt="Known Vulnerabilities"/></a>
10+
<a href="https://www.npmjs.org/package/cwe-sdk-javascript"><img src="https://badgen.net/npm/v/cwe-sdk-javascript" alt="npm version"/></a>
11+
<a href="https://www.npmjs.org/package/cwe-sdk-javascript"><img src="https://badgen.net/npm/license/cwe-sdk-javascript" alt="license"/></a>
12+
<a href="https://www.npmjs.org/package/cwe-sdk-javascript"><img src="https://badgen.net/npm/dt/cwe-sdk-javascript" alt="downloads"/></a>
13+
<a href="https://github.com/owasp/cwe-sdk-javascript/actions?workflow=CI"><img src="https://github.com/owasp/cwe-sdk-javascript/workflows/CI/badge.svg" alt="build"/></a>
14+
<a href="https://codecov.io/gh/owasp/cwe-sdk-javascript"><img src="https://badgen.net/codecov/c/github/owasp/cwe-sdk-javascript" alt="codecov"/></a>
15+
<a href="https://snyk.io/test/github/owasp/cwe-sdk-javascript"><img src="https://snyk.io/test/github/owasp/cwe-sdk-javascript/badge.svg" alt="Known Vulnerabilities"/></a>
1616
<a href="./SECURITY.md"><img src="https://img.shields.io/badge/Security-Responsible%20Disclosure-yellow.svg" alt="Responsible Disclosure Policy" /></a>
1717
</p>
1818

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@
3232
"vulnerability",
3333
"security"
3434
],
35-
"homepage": "https://github.com/owasp/cwe-sdk",
35+
"homepage": "https://github.com/owasp/cwe-sdk-javascript",
3636
"bugs": {
37-
"url": "https://github.com/owasp/cwe-sdk/issues"
37+
"url": "https://github.com/owasp/cwe-sdk-javascript/issues"
3838
},
3939
"repository": {
4040
"type": "git",
41-
"url": "https://github.com/owasp/cwe-sdk.git"
41+
"url": "https://github.com/owasp/cwe-sdk-javascript.git"
4242
},
4343
"dependencies": {
4444
"debug": "^4.2.0",

0 commit comments

Comments
 (0)