From 9c714f8b4c309e0bdf26306f60667c1195e3cf00 Mon Sep 17 00:00:00 2001 From: Jiri Spilka Date: Mon, 10 Jun 2024 11:12:48 +0200 Subject: [PATCH] Fix broken link to flowise-apify-api.png for flowise integration doc --- sources/platform/integrations/ai/flowise.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/platform/integrations/ai/flowise.md b/sources/platform/integrations/ai/flowise.md index 227ad4ec50..cbbfc51676 100644 --- a/sources/platform/integrations/ai/flowise.md +++ b/sources/platform/integrations/ai/flowise.md @@ -52,7 +52,7 @@ Now you need to configure the crawler. You can find more information about the c In the configuration, provide your Apify API token, which you can find in your [Apify account](https://my.apify.com/account#/integrations). -![Apify API token screen].(./images/flowise-apify-api.png) +![Apify API token screen](../images/flowise-apify-api.png) You can add more loaders, or you can add some processors to process the data. In our case, we create the flow that loads data from the Apify docs using Website Content Crawler and save them into the in-memory vector database.