From 48ac981311251244e4affd44991c7a231ece927f Mon Sep 17 00:00:00 2001 From: schneidafunk Date: Thu, 2 Apr 2026 22:03:49 -0400 Subject: [PATCH] Update getting-started.md Fixed broken link --- docs/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 0a958df22..e0dc9e1ce 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -1239,7 +1239,7 @@ const session = await client.createSession({ }); ``` -> **Tip:** You can also set `agent: "pr-reviewer"` in the session config to pre-select this agent from the start. See the [Custom Agents guide](./guides/custom-agents.md#selecting-an-agent-at-session-creation) for details. +> **Tip:** You can also set `agent: "pr-reviewer"` in the session config to pre-select this agent from the start. See the [Custom Agents guide](./features/custom-agents.md#selecting-an-agent-at-session-creation) for details. ### Customize the System Message