Skip to content

Commit 63c2af0

Browse files
authored
chore(docs): update domain (#113)
1 parent 6c2c762 commit 63c2af0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

public/static/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"name": "OpenList",
66
"icons": [
77
{
8-
"src": "https://docs.oplist.org/logo.png",
8+
"src": "https://cdn.oplist.org/gh/OpenListTeam/Logo@main/logo/512x512.png",
99
"sizes": "512x512",
1010
"type": "image/png"
1111
}

src/lang/en/login.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"otp-tips": "Input your OTP Code",
66
"remember": "Remember me",
77
"forget": "Forget password?",
8-
"forget_url": "https://docs.openlist.team/faq/howto.html#how-to-get-password-if-i-forget-it",
8+
"forget_url": "https://doc.oplist.org/faq/howto#how-to-get-password-if-i-forget-it",
99
"clear": "Clear",
1010
"login": "Login",
1111
"use_guest": "Browse as a guest",

src/pages/home/previews/audio.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const Preview = () => {
4040
cover =
4141
obj.thumb ||
4242
getSetting("audio_cover") ||
43-
"https://docs.oplist.org/logo.svg"
43+
"https://cdn.oplist.org/gh/OpenListTeam/Logo@main/logo.svg"
4444
}
4545
const audio = {
4646
name: obj.name,

src/pages/manage/sidemenu_items.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ export const side_menu_items: SideMenuItem[] = [
202202
{
203203
title: "manage.sidemenu.docs",
204204
icon: FaSolidBook,
205-
to: "https://docs.openlist.team",
205+
to: "https://doc.oplist.org",
206206
role: UserRole.GUEST,
207207
external: true,
208208
},

0 commit comments

Comments
 (0)