From 70a7a0c2a8271ccde9932fb40d5b4adeacb9b131 Mon Sep 17 00:00:00 2001 From: Aniket Pawar Date: Sun, 21 Jun 2026 19:16:10 +0530 Subject: [PATCH] Update URL format and logo in directory.json (#10988) --- apps/v4/registry/directory.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/v4/registry/directory.json b/apps/v4/registry/directory.json index e41b5135e2..8a8014b8a4 100644 --- a/apps/v4/registry/directory.json +++ b/apps/v4/registry/directory.json @@ -44,9 +44,9 @@ { "name": "@agentcn", "homepage": "https://agentcn.vercel.app", - "url": "https://agentcn.vercel.app/r/{style}/{name}.json", + "url": "https://agentcn.vercel.app/r/{name}.json", "description": "Production-ready agents, made simple. Ready to use, customizable AI agent recipes. Built on Eve and Flue.", - "logo": "" + "logo": "" }, { "name": "@agents-ui",