From f2e62c98d151370eb138547586441b25594afd10 Mon Sep 17 00:00:00 2001 From: Finn Evers Date: Thu, 28 Aug 2025 21:48:35 +0200 Subject: [PATCH] docs: Fix broken link in `agent-panel.md` (#37113) This fixes a small typo I stumbled upon, which caused a 404 within the docs. Release Notes: - N/A --- docs/src/ai/agent-panel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/ai/agent-panel.md b/docs/src/ai/agent-panel.md index ff5fdf84ce354f0c28c1986de84e28fa1c3c7ada..002c7d64150d53f734b9f1bbce87567b7c05036a 100644 --- a/docs/src/ai/agent-panel.md +++ b/docs/src/ai/agent-panel.md @@ -25,7 +25,7 @@ You should start to see the responses stream in with indications of [which tools By default, the Agent Panel uses Zed's first-party agent. To change that, go to the plus button in the top-right of the Agent Panel and choose another option. -You choose to create a new [Text Thread](./text-threads.md) or, if you have [external agents](/.external-agents.md) connected, you can create new threads with them. +You choose to create a new [Text Thread](./text-threads.md) or, if you have [external agents](./external-agents.md) connected, you can create new threads with them. ### Editing Messages {#editing-messages}