fix: Update reference link to local

This commit is contained in:
hiro 2024-01-19 15:28:01 +07:00 committed by hiro
parent 858ec68d60
commit 855f3511b7

View File

@ -126,7 +126,7 @@ const LocalServerScreen = () => {
{serverEnabled ? 'Stop' : 'Start'} Server {serverEnabled ? 'Stop' : 'Start'} Server
</Button> </Button>
<Button block themes="secondaryBlue" asChild> <Button block themes="secondaryBlue" asChild>
<a href="https://jan.ai/api-reference/" target="_blank"> <a href="http://localhost:1337/static/index.html" target="_blank">
API Reference <ExternalLinkIcon size={20} className="ml-2" /> API Reference <ExternalLinkIcon size={20} className="ml-2" />
</a> </a>
</Button> </Button>