From f91e3b171c219268cd501e07f6a2908d1f0bd799 Mon Sep 17 00:00:00 2001 From: Jacob Lee Date: Wed, 3 Jul 2024 09:53:17 -0700 Subject: [PATCH] Update Scrimba link (#5975) --- docs/core_docs/docs/additional_resources/tutorials.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/core_docs/docs/additional_resources/tutorials.mdx b/docs/core_docs/docs/additional_resources/tutorials.mdx index fe5c3f364203..9fbae9512796 100644 --- a/docs/core_docs/docs/additional_resources/tutorials.mdx +++ b/docs/core_docs/docs/additional_resources/tutorials.mdx @@ -31,7 +31,7 @@ introduction to LangChain and a great first project for learning how to use Lang ### LangChain Expression Language (LCEL) -- [The basics (PromptTemplate + LLM)](https://v1.scrimba.com/scrim/c6rD6Nt9) +- [The basics (PromptTemplate + LLM)](https://v2.scrimba.com/s05iemh) - [Adding an output parser](https://scrimba.com/scrim/co6ae44248eacc1abd87ae3dc) - [Attaching function calls to a model](https://scrimba.com/scrim/cof5449f5bc972f8c90be6a82) - [Composing multiple chains](https://scrimba.com/scrim/co14344c29595bfb29c41f12a)