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".
master
xleven 11 months ago committed by GitHub
parent 2b3b4e0f60
commit 4fc7939848
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
Loading…
Cancel
Save