From e8014946160f0a11252caae39782caef4a84bfa0 Mon Sep 17 00:00:00 2001 From: vihar Date: Fri, 21 Aug 2026 00:20:43 +0530 Subject: [PATCH] fix(docs): redirect legacy Draw.io route --- apps/docs/docs/integrations/about.md | 2 +- apps/docs/vercel.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/docs/docs/integrations/about.md b/apps/docs/docs/integrations/about.md index e3594f7a..6eda7fe8 100644 --- a/apps/docs/docs/integrations/about.md +++ b/apps/docs/docs/integrations/about.md @@ -14,7 +14,7 @@ Plane's integrations make it easy to connect your workspace and projects with yo Sync issues and pull requests between Plane and GitHub Enterprise for a smooth, two-way workflow. - + Embed Draw.io diagrams directly in Plane pages to visualize workflows, architectures, and processes. diff --git a/apps/docs/vercel.json b/apps/docs/vercel.json index 7e719b7a..b8862aae 100644 --- a/apps/docs/vercel.json +++ b/apps/docs/vercel.json @@ -101,6 +101,10 @@ "source": "/integrations", "destination": "/integrations/about" }, + { + "source": "/integrations/drawio", + "destination": "/integrations/draw-io" + }, { "source": "/plane-integrations/about", "destination": "/integrations/about"