Skip to content

Commit e79d3e3

Browse files
authored
Merge pull request #3347 from Blargian/redirects_3
Fix more 404s
2 parents 43bc592 + 3e2abeb commit e79d3e3

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
@@ -3086,6 +3086,36 @@
30863086
"source": "/docs/cloud/connect",
30873087
"destination": "/docs/cloud/get-started/sql-console",
30883088
"permanent": true
3089+
},
3090+
{
3091+
"source": "/docs/engines/database-engines/materialized-mysql",
3092+
"destination": "/docs/engines/database-engines",
3093+
"permanent": true
3094+
},
3095+
{
3096+
"source": "/docs/data_types",
3097+
"destination": "/docs/sql-reference/data-types",
3098+
"permanent": true
3099+
},
3100+
{
3101+
"source": "/docs/guides/improving-query-performance/sparse-primary-indexes/sparse-primary-indexes-design",
3102+
"destination": "/docs/guides/best-practices/sparse-primary-indexes",
3103+
"permanent": true
3104+
},
3105+
{
3106+
"source": "/docs/query_language/functions/string_replace_functions",
3107+
"destination": "/docs/sql-reference/functions/string-replace-functions",
3108+
"permanent": true
3109+
},
3110+
{
3111+
"source": "/docs/deletes",
3112+
"destination": "/docs/managing-data/deleting-data/overview",
3113+
"permanent": true
3114+
},
3115+
{
3116+
"source": "/docs/operations",
3117+
"destination": "/docs/guides/manage-and-deploy-index",
3118+
"permanent": true
30893119
}
30903120
]
30913121
}

0 commit comments

Comments
 (0)