From 4fc7939848a600064dc20b44e86c19e2cfa01491 Mon Sep 17 00:00:00 2001 From: xleven Date: Mon, 19 Jun 2023 06:08:12 +0800 Subject: [PATCH] fix link of callbacks on modules page (#6323) Since [Callbacks](https://python.langchain.com/docs/modules/callbacks/getting_started/) on [Modules](https://python.langchain.com/docs/modules/) went to a "Page Not Found". --- docs/docs_skeleton/docs/modules/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs_skeleton/docs/modules/index.mdx b/docs/docs_skeleton/docs/modules/index.mdx index dfa94de6..ac6b36a5 100644 --- a/docs/docs_skeleton/docs/modules/index.mdx +++ b/docs/docs_skeleton/docs/modules/index.mdx @@ -16,5 +16,5 @@ Construct sequences of calls Let chains choose which tools to use given high-level directives #### [Memory](/docs/modules/memory/) Persist application state between runs of a chain -#### [Callbacks](/docs/modules/callbacks/getting_started/) +#### [Callbacks](/docs/modules/callbacks/) Log and stream intermediate steps of any chain \ No newline at end of file