fix: var inspect doc link error (#21515)

This commit is contained in:
Joel
2025-06-25 20:21:51 +08:00
committed by GitHub
parent d454f09e13
commit 1610f62a28

View File

@@ -15,7 +15,7 @@ const Empty: FC = () => {
<div className='system-xs-regular text-text-tertiary'>{t('workflow.debug.variableInspect.emptyTip')}</div>
<a
className='system-xs-regular cursor-pointer text-text-accent'
href='https://docs.dify.ai/guides/workflow/debug-and-preview/variable-inspect'
href='https://docs.dify.ai/en/guides/workflow/debug-and-preview/variable-inspect'
target='_blank'
rel='noopener noreferrer'>
{t('workflow.debug.variableInspect.emptyLink')}