From 0bbd1a0b1d4863fb1c6f7b38150c24c1f3f52754 Mon Sep 17 00:00:00 2001 From: Shengsheng Huang Date: Wed, 27 Mar 2024 01:48:50 +0800 Subject: [PATCH] add old url redirection --- docs/vercel.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/vercel.json b/docs/vercel.json index 27d5dbbb192c4..344bfe2c12277 100644 --- a/docs/vercel.json +++ b/docs/vercel.json @@ -88,6 +88,10 @@ "source": "/docs/integrations/llms/huggingface_hub", "destination": "/docs/integrations/llms/huggingface_endpoint" }, + { + "source": "/docs/integrations/llms/bigdl", + "destination": "/docs/integrations/llms/ipex_llm" + }, { "source": "/docs/integrations/llms/ipex_llm", "destination": "/docs/integrations/llms/ipex_llm"