Skip to content

Commit

Permalink
docs: change outdated repository link to alist-org (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
LaoshuBaby authored Jun 28, 2024
1 parent 03e770e commit 118aa85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"url": "git+https://github.com/alist-org/alist-web.git"
},
"bugs": {
"url": "https://github.com/Xhofe/alist/issues"
"url": "https://github.com/alist-org/alist/issues"
},
"files": [
"dist"
Expand Down
2 changes: 1 addition & 1 deletion src/pages/home/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const Footer = () => {
return (
<VStack class="footer" w="$full" py="$4">
<HStack spacing="$1">
<Anchor href="https://github.com/Xhofe/alist" external>
<Anchor href="https://github.com/alist-org/alist" external>
{t("home.footer.powered_by")}
</Anchor>
<span>|</span>
Expand Down
2 changes: 1 addition & 1 deletion src/store/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const setSettings = (items: Record<string, string>) => {
})
const version = settings["version"] || "Unknown"
console.log(
`%c AList %c ${version} %c https://github.com/Xhofe/alist`,
`%c AList %c ${version} %c https://github.com/alist-org/alist`,
"color: #fff; background: #5f5f5f",
"color: #fff; background: #70c6be",
"",
Expand Down

0 comments on commit 118aa85

Please sign in to comment.