Skip to content

Commit 6853e1f

Browse files
committed
Fix broken link
1 parent cd56010 commit 6853e1f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

browsers/extensions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ kernel extensions upload ./downloaded-extension --name my-extension
8888

8989
## Loading an extension into a running browser
9090

91-
If you have a browser running and would like to load an extension into it after the browser session has started, Kernel also allows you to do that via the CLI (or [API](http://localhost:3000/api-reference/browsers/ad-hoc-upload-one-or-more-unpacked-extensions-to-a-running-browser-instance)):
91+
If you have a browser running and would like to load an extension into it after the browser session has started, Kernel also allows you to do that via the CLI (or [API](/api-reference/browsers/ad-hoc-upload-one-or-more-unpacked-extensions-to-a-running-browser-instance)):
9292

9393
```bash CLI
9494
kernel browsers extensions upload <session_id> ./my-extension

integrations/overview.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ Kernel browsers work with any framework or tool that supports the Chrome DevTool
1717

1818
Kernel provides detailed guides for popular agent frameworks:
1919

20-
- **[Browser Use](/integrations/browser-use)** - Python-based AI browser agent framework
20+
- **[Browser Use](/integrations/browser-use)** - AI browser agent framework
2121
- **[Stagehand](/integrations/stagehand)** - AI browser automation with natural language
2222
- **[Computer Use (Anthropic)](/integrations/computer-use/anthropic)** - Claude's computer use capability
2323
- **[Computer Use (OpenAI)](/integrations/computer-use/openai)** - OpenAI's computer use capability
24-
- **[Magnitude](/integrations/magnitude)** - AI-powered web automation
24+
- **[Magnitude](/integrations/magnitude)** - Vision-focused browser automation framework
2525
- **[Val Town](/integrations/valtown)** - Serverless function runtime
2626
- **[Vercel](https://github.com/onkernel/vercel-template)** - Deploy browser automations to Vercel
2727

0 commit comments

Comments
 (0)