chore: update docs link

This commit is contained in:
lyzno1 2025-10-24 10:31:09 +08:00
parent 399bb522e0
commit 3f5485605f
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ function MCPServiceCard({
</div>
<div
className="cursor-pointer text-xs font-normal text-text-accent hover:underline"
onClick={() => window.open(docLink('/guides/workflow/node/start'), '_blank')}
onClick={() => window.open(docLink('/guides/workflow/node/user-input'), '_blank')}
>
{t('appOverview.overview.appInfo.enableTooltip.learnMore')}
</div>