Skip to content

Commit 8986d05

Browse files
authored
fix(dashboard): update aiocqhttp tutorial links (#7038)
Co-authored-by: idiotsj <idiotsj@users.noreply.github.com>
1 parent 045be79 commit 8986d05

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dashboard/src/components/platform/AddNewPlatform.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@
259259
<v-card-text class="py-4">
260260
<p>{{ tm('dialog.securityWarning.aiocqhttpTokenMissing') }}</p>
261261
<span><a
262-
href="https://docs.astrbot.app/deploy/platform/aiocqhttp/napcat.html#%E9%99%84%E5%BD%95-%E5%A2%9E%E5%BC%BA%E8%BF%9E%E6%8E%A5%E5%AE%89%E5%85%A8%E6%80%A7"
262+
href="https://docs.astrbot.app/platform/aiocqhttp.html"
263263
target="_blank">{{ tm('dialog.securityWarning.learnMore') }}</a></span>
264264
</v-card-text>
265265
<v-card-actions class="px-4 pb-4">

dashboard/src/utils/platformUtils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export function getTutorialLink(platformType) {
5050
const tutorialMap = {
5151
"qq_official_webhook": "https://docs.astrbot.app/platform/qqofficial/webhook.html",
5252
"qq_official": "https://docs.astrbot.app/platform/qqofficial/websockets.html",
53-
"aiocqhttp": "https://docs.astrbot.app/platform/aiocqhttp/napcat.html",
53+
"aiocqhttp": "https://docs.astrbot.app/platform/aiocqhttp.html",
5454
"wecom": "https://docs.astrbot.app/platform/wecom.html",
5555
"weixin_oc": "https://docs.astrbot.app/platform/weixin_oc.html",
5656
"wecom_ai_bot": "https://docs.astrbot.app/platform/wecom_ai_bot.html",

0 commit comments

Comments
 (0)