Skip to content

Commit 6b4ec75

Browse files
committed
refactor: change link to langchain docs
They've released a new version of the docs, so I'm updating the link to something which seems to automatically redirect to the latest version: https://github.com/apify/apify-docs/pull/998/files
1 parent 898e856 commit 6b4ec75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/platform/integrations/langchain.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ slug: /integrations/langchain
1010

1111
---
1212

13-
> For more information on LangChain visit its [documentation](https://python.langchain.com/v0.1/docs/get_started/introduction/).
13+
> For more information on LangChain visit its [documentation](https://python.langchain.com/docs/).
1414
1515
In this example, we'll use the [Website Content Crawler](https://apify.com/apify/website-content-crawler) Actor, which can deeply crawl websites such as documentation, knowledge bases, help centers, or blogs and extract text content from the web pages.
1616
Then we feed the documents into a vector index and answer questions from it.

0 commit comments

Comments
 (0)