Skip to content

Commit

Permalink
fix: Update reference link to local
Browse files Browse the repository at this point in the history
  • Loading branch information
hiro-v committed Jan 22, 2024
1 parent 858ec68 commit 855f351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/screens/LocalServer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const LocalServerScreen = () => {
{serverEnabled ? 'Stop' : 'Start'} Server
</Button>
<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" />
</a>
</Button>
Expand Down

0 comments on commit 855f351

Please sign in to comment.