fix endpoint help link 404 (#14981)

This commit is contained in:
非法操作
2025-03-05 14:59:04 +08:00
committed by GitHub
parent 4f6a4f244c
commit 83cad07fb3
2 changed files with 6 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ const EndpointList = ({ detail }: Props) => {
</div>
<div className='text-text-tertiary system-xs-regular'>{t('plugin.detailPanel.endpointsTip')}</div>
<a
href={`https://docs.dify.ai/${locale === LanguagesSupported[1] ? 'v/zh-hans/' : ''}guides/api-documentation/endpoint`}
href={`https://docs.dify.ai/${locale === LanguagesSupported[1] ? 'v/zh-hans/' : ''}plugins/schema-definition/endpoint`}
target='_blank'
rel='noopener noreferrer'
>