fix: update broken doc links

- docs/index.mdx: /llm-setup-guide -> /features/bring-your-own-llm
- README.md: browseros-mcp/how-to-guide -> /features/use-with-claude-code

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Felarof
2026-01-13 16:28:34 -08:00
parent 35e161695d
commit 52c07890d0
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ BrowserOS is an AI-native browser that lets you automate any web task by describ
<Step title="Configure your AI">
BrowserOS includes a default AI model with limited daily usage for testing. For the full experience, bring your own API keys.
<Card title="Set up your LLM provider" icon="key" href="/llm-setup-guide">
<Card title="Set up your LLM provider" icon="key" href="/features/bring-your-own-llm">
Configure Gemini, Claude, OpenAI, or run models locally with Ollama
</Card>
</Step>