This commit is contained in:
Stephen Zhou
2026-01-12 18:00:04 +08:00
parent 31d27639ef
commit d540b14959
55 changed files with 72 additions and 97 deletions

View File

@ -33,7 +33,7 @@ const DebugInfo: FC = () => {
<>
<div className="flex items-center gap-1 self-stretch">
<span className="system-sm-semibold flex shrink-0 grow basis-0 flex-col items-start justify-center text-text-secondary">{t(`${i18nPrefix}.title`, { ns: 'plugin' })}</span>
<a href={docLink('/plugins/quick-start/debug-plugin')} target="_blank" className="flex cursor-pointer items-center gap-0.5 text-text-accent-light-mode-only">
<a href={docLink('/use-dify/getting-started/introduction')} target="_blank" className="flex cursor-pointer items-center gap-0.5 text-text-accent-light-mode-only">
<span className="system-xs-medium">{t(`${i18nPrefix}.viewDocs`, { ns: 'plugin' })}</span>
<RiArrowRightUpLine className="h-3 w-3" />
</a>

View File

@ -174,7 +174,7 @@ const PluginPage = ({
</Button>
</Link>
<Link
href={docLink('/plugins/publish-plugins/publish-to-dify-marketplace/README')}
href={docLink('/use-dify/getting-started/introduction')}
target="_blank"
>
<Button