Skip to content

Commit 7d6ddb3

Browse files
committed
chore: update repository URL in package.json
1 parent 748ab5a commit 7d6ddb3

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
},
5454
"repository": {
5555
"type": "git",
56-
"url": "https://github.com/rspack-contrib/rstack-doc-ui"
56+
"url": "https://github.com/rstackjs/rstack-doc-ui"
5757
},
5858
"files": [
5959
"dist"

stories/Benchmark.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import './index.scss';
33

44
// Benchmark data for different cases
55
// Unit: second
6-
// From: https://github.com/rspack-contrib/performance-compare
6+
// From: https://github.com/rstackjs/performance-compare
77
const BENCHMARK_DATA = {
88
foo: {
99
label: 'Foo',

stories/Hero.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const HeroStory = () => {
2121
/>
2222
<Hero
2323
showStars
24-
githubURL="https://github.com/rspack-contrib/rstack-doc-ui"
24+
githubURL="https://github.com/rstackjs/rstack-doc-ui"
2525
onClickLearnMore={handleClickLearnMore}
2626
onClickGetStarted={handleClickGetStarted}
2727
/>

0 commit comments

Comments
 (0)