docs: fix browser CLI docs link

This commit is contained in:
Peter Steinberger
2026-01-12 02:09:07 +00:00
parent 66a8a4503c
commit 4ced7b886e
2 changed files with 4 additions and 2 deletions

View File

@@ -13,6 +13,8 @@ When a site requires login, **sign in manually** in the **host** browser profile
Do **not** give the model your credentials. Automated logins often trigger antibot defenses and can lock the account. Do **not** give the model your credentials. Automated logins often trigger antibot defenses and can lock the account.
Back to the main browser docs: [Browser](/tools/browser).
## Which Chrome profile is used? ## Which Chrome profile is used?
Clawdbot controls a **dedicated Chrome profile** (named `clawd`, orangetinted UI). This is separate from your daily browser profile. Clawdbot controls a **dedicated Chrome profile** (named `clawd`, orangetinted UI). This is separate from your daily browser profile.

View File

@@ -31,8 +31,8 @@ export function registerBrowserCli(program: Command) {
"after", "after",
() => () =>
`\nExamples:\n ${[...browserCoreExamples, ...browserActionExamples].join("\n ")}\n\n${theme.muted("Docs:")} ${formatDocsLink( `\nExamples:\n ${[...browserCoreExamples, ...browserActionExamples].join("\n ")}\n\n${theme.muted("Docs:")} ${formatDocsLink(
"/browser", "/tools/browser",
"docs.clawd.bot/browser", "docs.clawd.bot/tools/browser",
)}\n`, )}\n`,
) )
.action(() => { .action(() => {