From b07c62267cbfb705470710d54a64c399bd3d353c Mon Sep 17 00:00:00 2001 From: Rowan Smith Date: Mon, 11 Aug 2025 11:45:00 +1000 Subject: [PATCH] docs: fix broken link Fixed a broken link to the coder registry so that it correctly loads agent modules --- docs/ai-coder/custom-agents.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ai-coder/custom-agents.md b/docs/ai-coder/custom-agents.md index 6709251049efa..6ab68d949a69b 100644 --- a/docs/ai-coder/custom-agents.md +++ b/docs/ai-coder/custom-agents.md @@ -1,6 +1,6 @@ # Custom Agents -Custom agents beyond the ones listed in the [Coder registry](https://registry.coder.com/modules?tag=agent) can be used with Coder Tasks. +Custom agents beyond the ones listed in the [Coder registry](https://registry.coder.com/modules?search=tag%3Aagent) can be used with Coder Tasks. ## Prerequisites