From aea717e0cc494eaf73baca286ffeddcc6cff9356 Mon Sep 17 00:00:00 2001 From: Olaoluwa Ademola Salami Date: Mon, 18 Dec 2023 03:02:07 +0000 Subject: [PATCH] fix link that returns 404 (#945) --- website/src/data/gallery.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/data/gallery.json b/website/src/data/gallery.json index 9e2fe1e877ba..e8094e4769d3 100644 --- a/website/src/data/gallery.json +++ b/website/src/data/gallery.json @@ -112,7 +112,7 @@ }, { "title": "AutoGen + Flowise = Super AI Agents on No-Code Platform", - "link": "https://github.com/sugarforever/LangChain-Advanced/blob/main/Integrations/AutoGen/AutoGen_flowise_ai_agent.ipynb", + "link": "https://github.com/sugarforever/LangChain-Advanced/blob/main/Integrations/AutoGen/autogen_flowise_ai_agent.ipynb", "description": "Build super AI agents on a no-code platform using AutoGen and Flowise.", "image": "default.png", "tags": ["app"]