diff --git a/docs/tools/browser-login.md b/docs/tools/browser-login.md index 531a55819..9056ff7be 100644 --- a/docs/tools/browser-login.md +++ b/docs/tools/browser-login.md @@ -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 anti‑bot defenses and can lock the account. +Back to the main browser docs: [Browser](/tools/browser). + ## Which Chrome profile is used? Clawdbot controls a **dedicated Chrome profile** (named `clawd`, orange‑tinted UI). This is separate from your daily browser profile. diff --git a/src/cli/browser-cli.ts b/src/cli/browser-cli.ts index ba91e3cd7..df692c6da 100644 --- a/src/cli/browser-cli.ts +++ b/src/cli/browser-cli.ts @@ -31,8 +31,8 @@ export function registerBrowserCli(program: Command) { "after", () => `\nExamples:\n ${[...browserCoreExamples, ...browserActionExamples].join("\n ")}\n\n${theme.muted("Docs:")} ${formatDocsLink( - "/browser", - "docs.clawd.bot/browser", + "/tools/browser", + "docs.clawd.bot/tools/browser", )}\n`, ) .action(() => {