Skip to content

Commit 74ed16a

Browse files
authored
Merge pull request #3396 from Blargian/fix_404s
Fix 404s
2 parents bf66630 + 962f8a1 commit 74ed16a

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

vercel.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -707,6 +707,11 @@
707707
"destination" : "/docs/integrations/data-formats/json/overview",
708708
"permanent" : true
709709
},
710+
{
711+
"source" : "/docs/guides/developer/working-with-json",
712+
"destination" : "/docs/integrations/data-formats/json/overview",
713+
"permanent" : true
714+
},
710715
{
711716
"source" : "/docs/en/guides/developer/working-with-json/json-intro",
712717
"destination" : "/docs/integrations/data-formats/json/overview",
@@ -3131,6 +3136,31 @@
31313136
"source": "/docs/cloud/users-and-roles",
31323137
"destination": "/docs/cloud/security/cloud-access-management/overview",
31333138
"permanent": true
3139+
},
3140+
{
3141+
"source": "/docs/sql-reference/aggregate-functions/reference/array_concat_agg",
3142+
"destination": "/docs/sql-reference/aggregate-functions/reference/grouparrayarray",
3143+
"permanent": true
3144+
},
3145+
{
3146+
"source": "/docs/get-started/sql-console",
3147+
"destination": "/docs/cloud/get-started/sql-console",
3148+
"permanent": true
3149+
},
3150+
{
3151+
"source": "/docs/data_types/decimal",
3152+
"destination": "/docs/sql-reference/data-types/decimal",
3153+
"permanent": true
3154+
},
3155+
{
3156+
"source": "/docs/sql-reference/data-types/json",
3157+
"destination": "/docs/sql-reference/data-types/newjson",
3158+
"permanent": true
3159+
},
3160+
{
3161+
"source": "/docs/integrations/redshift/redshift-push-to-clickhouse",
3162+
"destination": "/docs/integrations/redshift",
3163+
"permanent": true
31343164
}
31353165
]
31363166
}

0 commit comments

Comments
 (0)