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

@@ -57,7 +57,7 @@
[![BrowserOS agent in action](docs/videos/browserOS-agent-in-action.gif)](https://www.youtube.com/watch?v=SoSFev5R5dI)
<br/><br/>
### 🎇 Install [BrowserOS as MCP](https://docs.browseros.com/browseros-mcp/how-to-guide) and control it from `claude-code`
### 🎇 Install [BrowserOS as MCP](https://docs.browseros.com/features/use-with-claude-code) and control it from `claude-code`
https://github.com/user-attachments/assets/c725d6df-1a0d-40eb-a125-ea009bf664dc

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>