Skip to content

Commit 93927fb

Browse files
fix: pkg repo url
1 parent 05fc934 commit 93927fb

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# JavaScript Standard Library
88

9-
[![Build](https://github.com/open-tech-foundation/js-utils/actions/workflows/build.yml/badge.svg)](https://github.com/open-tech-foundation/js-utils/actions/workflows/build.yml)
9+
[![Build](https://github.com/open-tech-foundation/js-std/actions/workflows/build.yml/badge.svg)](https://github.com/open-tech-foundation/js-std/actions/workflows/build.yml)
1010

1111
</div>
1212

apps/docs/theme.config.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ export default {
1414
</>
1515
),
1616
project: {
17-
link: "https://github.com/open-tech-foundation/js-utils",
17+
link: "https://github.com/open-tech-foundation/js-std",
1818
},
19-
docsRepositoryBase: "https://github.com/open-tech-foundation/js-utils",
19+
docsRepositoryBase: "https://github.com/open-tech-foundation/js-std",
2020
editLink: { component: null },
2121
head: () => {
2222
const { asPath } = useRouter();

packages/std/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
# Utils
88

9-
[![Build](https://github.com/open-tech-foundation/js-utils/actions/workflows/build.yml/badge.svg)](https://github.com/open-tech-foundation/js-utils/actions/workflows/build.yml)
9+
[![Build](https://github.com/open-tech-foundation/js-std/actions/workflows/build.yml/badge.svg)](https://github.com/open-tech-foundation/js-std/actions/workflows/build.yml)
1010

1111
</div>
1212

packages/std/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
},
4242
"license": "MIT",
4343
"homepage": "https://js-std.pages.dev",
44-
"repository": "[email protected]:Open-Tech-Foundation/js-utils.git",
44+
"repository": "[email protected]:Open-Tech-Foundation/js-std.git",
4545
"type": "module",
4646
"main": "dist/index.cjs",
4747
"module": "dist/index.js",

0 commit comments

Comments
 (0)