diff --git a/docs/docs_skeleton/vercel.json b/docs/docs_skeleton/vercel.json index 0464fffacb3..ba23634f9c8 100644 --- a/docs/docs_skeleton/vercel.json +++ b/docs/docs_skeleton/vercel.json @@ -1864,6 +1864,14 @@ "source": "/en/latest/modules/models/llms/integrations/writer.html", "destination": "/docs/modules/model_io/models/llms/integrations/writer" }, + { + "source": "/en/latest/modules/prompts/output_parsers.html", + "destination": "/docs/modules/model_io/output_parsers/" + }, + { + "source": "/docs/modules/prompts/output_parsers.html", + "destination": "/docs/modules/model_io/output_parsers/" + }, { "source": "/en/latest/modules/prompts/output_parsers/examples/datetime.html", "destination": "/docs/modules/model_io/output_parsers/datetime"