fix: update documentation links for various components to support localization (#21048)
This commit is contained in:
parent
ecd8f32cce
commit
59b89b9971
11 changed files with 57 additions and 31 deletions
|
|
@ -59,7 +59,7 @@ const Form: FC<FormProps> = React.memo(({
|
|||
</label>
|
||||
{variable === 'endpoint' && (
|
||||
<a
|
||||
href={docLink('/guides/knowledge-base/external-knowledge-api-documentation') || '/'}
|
||||
href={docLink('/guides/knowledge-base/connect-external-knowledge-base') || '/'}
|
||||
target='_blank'
|
||||
rel='noopener noreferrer'
|
||||
className='body-xs-regular flex items-center text-text-accent'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue