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"