From c2b2886412a1c99827f9a2b9e01d7f92233fa544 Mon Sep 17 00:00:00 2001 From: KopekC Date: Wed, 4 Jun 2025 09:18:32 -0400 Subject: [PATCH] fix link --- docs/integrations/linear.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/linear.mdx b/docs/integrations/linear.mdx index d192b9a21..9643d4fc6 100644 --- a/docs/integrations/linear.mdx +++ b/docs/integrations/linear.mdx @@ -60,7 +60,7 @@ Agents use the Linear integration to streamline project management: ### Overview -Once you've enabled linear self-assign in the settings [page](https://www.chadcode.sh/settings/permissions), a codegen agent, that has been assigned to a linear issue (or has been tagged in one), can spawn child agents +Once you've enabled linear self-assign in the settings [page](https://www.codegen.com/settings/permissions), a codegen agent, that has been assigned to a linear issue (or has been tagged in one), can spawn child agents by creating sub-issues and assigning itself to those sub-issues. For each sub-issue that codegen assigns to itself a child agent will be spawned and tasked with completing the sub-issue. Once the child agents are finished with their tasks they will notify their parent by sending it a message. The parent will then incorporate the child's work into its own as appropriate.