From 200835f9b612960787927161ec35902bd1cabe3f Mon Sep 17 00:00:00 2001 From: Shaun Struwig <41984034+Blargian@users.noreply.github.com> Date: Wed, 22 Oct 2025 14:46:36 +0200 Subject: [PATCH] Update vercel.json --- vercel.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vercel.json b/vercel.json index 90082c0080a..8238b605c08 100644 --- a/vercel.json +++ b/vercel.json @@ -3592,6 +3592,11 @@ "source": "/docs/about-clickhouse", "destination": "/docs/intro", "permanent": true + }, + { + "source": "/docs/cloud/security/inviting-new-users", + "destination": "/docs/cloud/security/manage-cloud-users#invite-users", + "permanent": true } ] }