doc(prompts): Add redirect to fix broken link on Prompts Page (#8408)

---------

Co-authored-by: Bagatur <baskaryan@gmail.com>
This commit is contained in:
Bharat Raghunathan 2023-07-29 04:38:06 +05:30 committed by GitHub
parent 2311d57df4
commit 62b8b459c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3448,6 +3448,10 @@
"source": "/docs/modules/model_io/models/llms/integrations/writer",
"destination": "/docs/integrations/llms/writer"
},
{
"source": "/en/latest/modules/prompts.html",
"destination": "/docs/modules/model_io/prompts"
},
{
"source": "/en/latest/modules/prompts/output_parsers.html",
"destination": "/docs/modules/model_io/output_parsers/"