From e057ac956dda1ee9f85f4ab1e2d5b093d2c9c7ca Mon Sep 17 00:00:00 2001 From: Caleb Jacob Date: Fri, 18 Oct 2024 14:54:21 -0600 Subject: [PATCH] Fix Bitte agent link --- src/components/pages/Ai.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/pages/Ai.tsx b/src/components/pages/Ai.tsx index 4cbcde0..042210b 100644 --- a/src/components/pages/Ai.tsx +++ b/src/components/pages/Ai.tsx @@ -111,7 +111,7 @@ const developerResources = [ { name: 'Build an on chain agent plugin with Bitte', icon: 'ph-book-open-text', - url: 'https://docs.mintbase.xyz/ai/assistant-plugins', + url: 'https://docs.bitte.ai/agents/introduction', target: '_blank', }, {