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.