docs: update links in troubleshooting page

This commit is contained in:
Simon
2026-04-13 17:21:26 +08:00
parent d7a38abdbd
commit c72ff95670

View File

@@ -103,25 +103,25 @@ function FormatErrorsContent(isZh: boolean) {
<> <>
{' '} {' '}
<a <a
href="https://github.com/alibaba/page-agent/discussions" href="https://github.com/alibaba/page-agent/issues"
target="_blank" target="_blank"
rel="noopener noreferrer" rel="noopener noreferrer"
className="text-blue-600 dark:text-blue-400 underline underline-offset-2" className="text-blue-600 dark:text-blue-400 underline underline-offset-2"
> >
GitHub Discussions GitHub Issues
</a>{' '} </a>{' '}
</> </>
) : ( ) : (
<> <>
If the above steps don't help, join the{' '} If the above steps don't help, open a{' '}
<a <a
href="https://github.com/alibaba/page-agent/discussions" href="https://github.com/alibaba/page-agent/issues"
target="_blank" target="_blank"
rel="noopener noreferrer" rel="noopener noreferrer"
className="text-blue-600 dark:text-blue-400 underline underline-offset-2" className="text-blue-600 dark:text-blue-400 underline underline-offset-2"
> >
GitHub Discussions GitHub Issue
</a>{' '} </a>{' '}
with your model name and error details. with your model name and error details.
</> </>