From 9cb2347453015d661520ec78d0f2f1e5968e0d92 Mon Sep 17 00:00:00 2001 From: OwenElliott <41710527+OwenPendrighElliott@users.noreply.github.com> Date: Wed, 12 Jul 2023 07:15:15 +1000 Subject: [PATCH] Fix broken link from Marqo Ecosystem (#7510) Small fix to a link from the Marqo page in the ecosystem. The link was not updated correctly when the documentation structure changed to html pages instead of links to notebooks. --- docs/extras/ecosystem/integrations/marqo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extras/ecosystem/integrations/marqo.md b/docs/extras/ecosystem/integrations/marqo.md index 4338d381f89..5ca64c6da42 100644 --- a/docs/extras/ecosystem/integrations/marqo.md +++ b/docs/extras/ecosystem/integrations/marqo.md @@ -28,4 +28,4 @@ To import this vectorstore: from langchain.vectorstores import Marqo ``` -For a more detailed walkthrough of the Marqo wrapper and some of its unique features, see [this notebook](../modules/data_connection/vectorstores/integrations/marqo.ipynb) +For a more detailed walkthrough of the Marqo wrapper and some of its unique features, see [this notebook](/docs/modules/data_connection/vectorstores/integrations/marqo.html)