Skip to content

Commit 1201bfb

Browse files
authored
chore: update repo links (#1)
1 parent a266729 commit 1201bfb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
<a href="https://www.npmjs.com/package/vite-plugin-vue-hsml" target="_blank">
66
<img alt="Downloads" src="https://img.shields.io/npm/dt/vite-plugin-vue-hsml.svg">
77
</a>
8-
<a href="https://github.com/Shinigami92/vite-plugin-vue-hsml/actions/workflows/ci.yml">
9-
<img alt="Build Status" src="https://github.com/Shinigami92/vite-plugin-vue-hsml/actions/workflows/ci.yml/badge.svg?branch=main">
8+
<a href="https://github.com/hsml-lab/vite-plugin-vue-hsml/actions/workflows/ci.yml">
9+
<img alt="Build Status" src="https://github.com/hsml-lab/vite-plugin-vue-hsml/actions/workflows/ci.yml/badge.svg?branch=main">
1010
</a>
11-
<a href="https://github.com/Shinigami92/vite-plugin-vue-hsml/blob/main/LICENSE">
12-
<img alt="License: MIT" src="https://img.shields.io/github/license/Shinigami92/vite-plugin-vue-hsml.svg">
11+
<a href="https://github.com/hsml-lab/vite-plugin-vue-hsml/blob/main/LICENSE">
12+
<img alt="License: MIT" src="https://img.shields.io/github/license/hsml-lab/vite-plugin-vue-hsml.svg">
1313
</a>
1414
<a href="https://www.paypal.com/donate?hosted_button_id=L7GY729FBKTZY" target="_blank">
1515
<img alt="Donate: PayPal" src="https://img.shields.io/badge/Donate-PayPal-blue.svg">
@@ -24,7 +24,7 @@ Right now there is no stable version of `hsml` available. I'm just working on it
2424

2525
# vite-plugin-vue-hsml
2626

27-
[hsml](https://github.com/Shinigami92/hsml) is a hyper short markup language that is inspired by [pug](https://pugjs.org) (aka jade).
27+
[hsml](https://github.com/hsml-lab/hsml) is a hyper short markup language that is inspired by [pug](https://pugjs.org) (aka jade).
2828

2929
This plugin allows you to use `hsml` in Vue SFCs.
3030

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"repository": {
1212
"type": "git",
13-
"url": "https://github.com/Shinigami92/vite-plugin-vue-hsml.git"
13+
"url": "https://github.com/hsml-lab/vite-plugin-vue-hsml.git"
1414
},
1515
"funding": [
1616
{
@@ -22,7 +22,7 @@
2222
"url": "https://www.paypal.com/donate/?hosted_button_id=L7GY729FBKTZY"
2323
}
2424
],
25-
"bugs": "https://github.com/Shinigami92/vite-plugin-vue-hsml/issues",
25+
"bugs": "https://github.com/hsml-lab/vite-plugin-vue-hsml/issues",
2626
"license": "MIT",
2727
"type": "module",
2828
"exports": "./dist/index.js",

0 commit comments

Comments
 (0)