From 00752d361e04d5c60dfc8381ca2693734a005f09 Mon Sep 17 00:00:00 2001 From: Brylie Christopher Oxley Date: Mon, 6 Nov 2023 19:17:11 +0200 Subject: [PATCH] Fix components link (Python integrations documentation) --- docs/docs/guidelines/components.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/guidelines/components.mdx b/docs/docs/guidelines/components.mdx index b7dadcfce..7188bf1e0 100644 --- a/docs/docs/guidelines/components.mdx +++ b/docs/docs/guidelines/components.mdx @@ -5,7 +5,7 @@ import ReactPlayer from "react-player"; # Component -Components are the building blocks of the flows. They are made of inputs, outputs, and parameters that define their functionality, providing a convenient and straightforward way to compose LLM-based applications. Learn more about components and how they work in the LangChain [documentation](https://docs.langchain.com/docs/category/components) section. +Components are the building blocks of the flows. They are made of inputs, outputs, and parameters that define their functionality, providing a convenient and straightforward way to compose LLM-based applications. Learn more about components and how they work in the LangChain [documentation](https://python.langchain.com/docs/integrations/components) section. ### Component's Features