From abac2e8362f58a2fc74c48bd15879ec521e6bf3a Mon Sep 17 00:00:00 2001 From: Shaun Struwig <41984034+Blargian@users.noreply.github.com> Date: Sat, 25 Oct 2025 11:56:12 +0200 Subject: [PATCH] add redirect from time-series-analysis to time-series functions page now that they have been combined --- vercel.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vercel.json b/vercel.json index 8238b605c08..c697173745c 100644 --- a/vercel.json +++ b/vercel.json @@ -3597,6 +3597,11 @@ "source": "/docs/cloud/security/inviting-new-users", "destination": "/docs/cloud/security/manage-cloud-users#invite-users", "permanent": true + }, + { + "source": "/docs/sql-reference/functions/time-series-analysis-functions", + "destination": "/docs/sql-reference/functions/time-series-functions", + "permanent": true } ] }