Skip to content

Commit c8cae82

Browse files
authored
fix: redirects (#2491)
1 parent 55f0813 commit c8cae82

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

site-redirects.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@ const siteRedirects = [
2020
to: '/tutorials/migrate/migrating-from-mysql-with-db-archiver'
2121
},
2222
{
23-
from: '/guides/migrate/snowflake',
24-
to: '/tutorials/migrate/migrating-from-snowflake'
23+
from: '/en/guides/deploy/upgrade/upgrade',
24+
to: '/guides/deploy/upgrade/compatibility/'
25+
},
26+
{
27+
from: ''
2528
},
2629
// Array Functions: 00-array-functions -> 10-semi-structured-functions/array
2730
{

0 commit comments

Comments
 (0)