Skip to content

Commit 61b6813

Browse files
committed
fix(docs): update download link for dashboard zip file in FAQ
1 parent 9fc03fa commit 61b6813

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

astrbot/dashboard/routes/static_file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def __init__(self, context: RouteContext) -> None:
3131

3232
@self.app.errorhandler(404)
3333
async def page_not_found(e) -> str:
34-
return "404 Not found。如果你初次使用打开面板发现 404, 请参考文档: https://astrbot.app/faq.html。如果你正在测试回调地址可达性,显示这段文字说明测试成功了。"
34+
return "404 Not found。如果你初次使用打开面板发现 404, 请参考文档: https://docs.astrbot.app/faq.html。如果你正在测试回调地址可达性,显示这段文字说明测试成功了。"
3535

3636
async def index(self):
3737
return await self.app.send_static_file("index.html")

docs/en/faq.md

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

55
### Encountering 404 Error When Opening the Dashboard
66

7-
Download `dist.zip` from the [release](https://github.com/AstrBotDevs/AstrBot/releases) page, extract it, and move it to `AstrBot/data`. If it still doesn't work, try restarting your computer (based on community feedback).
7+
Download `AstrBot-vxxxxx-dashboard.zip` from the [release](https://github.com/AstrBotDevs/AstrBot/releases) page, extract it, and move it to `AstrBot/data`. If it still doesn't work, try restarting your computer (based on community feedback).
88

99
### First Login Account and Random Password
1010

docs/zh/faq.md

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

55
### 当管理面板打开时遇到 404 错误
66

7-
[release](https://github.com/AstrBotDevs/AstrBot/releases) 页面下载 `dist.zip`,解压拖到 `AstrBot/data` 下。还不行请重启电脑(来自群里的反馈)
7+
[release](https://github.com/AstrBotDevs/AstrBot/releases) 页面下载 `AstrBot-vxxxxx-dashboard.zip`,解压拖到 `AstrBot/data` 下。还不行请重启电脑(来自群里的反馈)
88

99

1010
### 首次登录的默认账号和随机密码

0 commit comments

Comments
 (0)