From ab17005ed5a2316ab76b2044be7d01a5963803da Mon Sep 17 00:00:00 2001 From: Shaun Struwig <41984034+Blargian@users.noreply.github.com> Date: Mon, 3 Mar 2025 11:18:39 +0100 Subject: [PATCH 1/2] add redirect from working-with-json --- vercel.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vercel.json b/vercel.json index f5817ab0434..0d007c5502f 100644 --- a/vercel.json +++ b/vercel.json @@ -707,6 +707,11 @@ "destination" : "/docs/integrations/data-formats/json/overview", "permanent" : true }, + { + "source" : "/docs/guides/developer/working-with-json", + "destination" : "/docs/integrations/data-formats/json/overview", + "permanent" : true + }, { "source" : "/docs/en/guides/developer/working-with-json/json-intro", "destination" : "/docs/integrations/data-formats/json/overview", From 962f8a19067a581923bf55479e60f9d596d98af4 Mon Sep 17 00:00:00 2001 From: Shaun Struwig <41984034+Blargian@users.noreply.github.com> Date: Mon, 3 Mar 2025 11:24:39 +0100 Subject: [PATCH 2/2] fix 404s --- vercel.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/vercel.json b/vercel.json index 0d007c5502f..f5cb572276f 100644 --- a/vercel.json +++ b/vercel.json @@ -3136,6 +3136,31 @@ "source": "/docs/cloud/users-and-roles", "destination": "/docs/cloud/security/cloud-access-management/overview", "permanent": true + }, + { + "source": "/docs/sql-reference/aggregate-functions/reference/array_concat_agg", + "destination": "/docs/sql-reference/aggregate-functions/reference/grouparrayarray", + "permanent": true + }, + { + "source": "/docs/get-started/sql-console", + "destination": "/docs/cloud/get-started/sql-console", + "permanent": true + }, + { + "source": "/docs/data_types/decimal", + "destination": "/docs/sql-reference/data-types/decimal", + "permanent": true + }, + { + "source": "/docs/sql-reference/data-types/json", + "destination": "/docs/sql-reference/data-types/newjson", + "permanent": true + }, + { + "source": "/docs/integrations/redshift/redshift-push-to-clickhouse", + "destination": "/docs/integrations/redshift", + "permanent": true } ] }