Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
  • Loading branch information
aster-void committed Nov 18, 2024
1 parent a19292d commit b43c9ac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Binary file modified bun.lockb
Binary file not shown.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/ut-code/school-festival.git"
"url": "git+https://github.com/ut-code/first-programming.git"
},
"keywords": [],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/ut-code/school-festival/issues"
"url": "https://github.com/ut-code/first-programming/issues"
},
"homepage": "https://github.com/ut-code/school-festival#readme",
"homepage": "https://github.com/ut-code/first-programming#readme",
"dependencies": {
"@chakra-ui/react": "^2.10.3",
"@emotion/react": "^11.13.3",
Expand Down Expand Up @@ -57,4 +57,4 @@
"typescript": "^5.6.3",
"vm-browserify": "^1.1.2"
}
}
}
2 changes: 1 addition & 1 deletion src/assets/GlobalHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export function GlobalHeader({ Hint, children }: Props) {
px={2}
target="_blank"
rel="noopener noreferrer"
href="https://github.com/ut-code/may-fes-93-algorithm"
href="https://github.com/ut-code/first-programming"
>
<Icon w={6} h={6} as={RiGithubFill} />
</Link>
Expand Down

0 comments on commit b43c9ac

Please sign in to comment.