Skip to content

Commit 6303d84

Browse files
committed
docs(readme): update badge link
1 parent 22b7138 commit 6303d84

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@
1212
[![Coverage Status][coverage]][codecov-url]
1313
[![chat on discord][discord]][discord-url]
1414

15-
[github-action-image]: https://github.com/v-vibe/vue-styled-components/workflows/Code%20Check/badge.svg
16-
[github-action-url]: https://github.com/v-vibe/vue-styled-components/actions/workflows/code-check.yml
17-
[npm-version]: https://img.shields.io/npm/v/%40vvibe%2Fvue-styled-components
18-
[npm-bundle-size]: https://img.shields.io/bundlejs/size/%40vvibe%2Fvue-styled-components
15+
[github-action-image]: https://github.com/vue-styled-components/core/workflows/Code%20Check/badge.svg
16+
[github-action-url]: https://github.com/vue-styled-components/core/actions/workflows/code-check.yml
17+
[npm-version]: https://img.shields.io/npm/v/%40vue-styled-components%2Fcore
18+
[npm-bundle-size]: https://img.shields.io/bundlejs/size/%40vue-styled-components%2Fcore
1919
[npm-url]: http://npmjs.org/package/@vue-styled-components/core
20-
[coverage]: https://coveralls.io/repos/github/v-vibe/vue-styled-components/badge.svg?branch=main
21-
[codecov-url]: https://coveralls.io/github/v-vibe/vue-styled-components?branch=main
20+
[coverage]: https://coveralls.io/repos/github/vue-styled-components/core/badge.svg?branch=main
21+
[codecov-url]: https://coveralls.io/github/vue-styled-components/core?branch=main
2222
[discord]: https://img.shields.io/badge/chat-on%20discord-7289da.svg?sanitize=true
2323
[discord-url]: https://discord.gg/UbJxnvt2UH
2424

@@ -176,8 +176,8 @@ const StyledDiv = styled.div`
176176

177177
## 🧑‍🤝‍🧑Contributors
178178

179-
<a href="https://github.com/v-vibe/vue-styled-components/graphs/contributors">
180-
<img alt="contributor list" src="https://contrib.rocks/image?repo=v-vibe/vue-styled-components" />
179+
<a href="https://github.com/vue-styled-components/core/graphs/contributors">
180+
<img alt="contributor list" src="https://contrib.rocks/image?repo=vue-styled-components/core" />
181181
</a>
182182

183183
<br>

0 commit comments

Comments
 (0)