From 01bf59679c9e1f47af9eff98f586498f92e66990 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Thu, 21 Nov 2024 19:40:08 -0800 Subject: [PATCH] x --- docs/docs/contributing/how_to/integrations/index.mdx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/docs/contributing/how_to/integrations/index.mdx b/docs/docs/contributing/how_to/integrations/index.mdx index 53e81de384c..1527efbc5bc 100644 --- a/docs/docs/contributing/how_to/integrations/index.mdx +++ b/docs/docs/contributing/how_to/integrations/index.mdx @@ -75,5 +75,4 @@ Once you have completed these steps, you can submit a PR to the LangChain monore ## Further Reading -If you're starting from scratch, you can follow the [Integration Template Guide](./from_template.mdx) to create and publish a new integration package -to the above spec. +To get started, let's learn [how to bootstrap a new integration package](./package.mdx) for LangChain.