mirror of https://github.com/langgenius/dify.git
chore: update docs link
This commit is contained in:
parent
399bb522e0
commit
3f5485605f
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue