From fe533de8f4459d96cff8952ad8e07eb0d8b0a140 Mon Sep 17 00:00:00 2001 From: pmorong <10659855+pmorong@users.noreply.github.com> Date: Tue, 28 Apr 2026 19:20:37 -0700 Subject: [PATCH] Update agents-and-subagents.md (#1549) Fix broken link --- website/src/content/docs/learning-hub/agents-and-subagents.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/content/docs/learning-hub/agents-and-subagents.md b/website/src/content/docs/learning-hub/agents-and-subagents.md index 70b48341..e8c1e487 100644 --- a/website/src/content/docs/learning-hub/agents-and-subagents.md +++ b/website/src/content/docs/learning-hub/agents-and-subagents.md @@ -18,7 +18,7 @@ prerequisites: - Basic understanding of GitHub Copilot agents --- -We're [familiar with agents](./what-are-agents-skills-instructions.md), but there is another aspect to agentic workflows that we need to consider, and that is the role of subagents. An **agent** is the primary assistant you choose for a session or workflow while a **subagent** is a temporary worker that the main agent launches for a narrower task, usually to keep context clean, parallelize work, or apply a more specialized set of instructions. +We're [familiar with agents](../what-are-agents-skills-instructions/), but there is another aspect to agentic workflows that we need to consider, and that is the role of subagents. An **agent** is the primary assistant you choose for a session or workflow while a **subagent** is a temporary worker that the main agent launches for a narrower task, usually to keep context clean, parallelize work, or apply a more specialized set of instructions. This distinction matters more as you move from simple chat prompts to orchestrated agentic workflows.