Skip to content

Commit b80bdf8

Browse files
authored
Merge pull request #4518 from AndrewKurg/add_redirects
Add redirects
2 parents 7a4e8a0 + 0f2bb18 commit b80bdf8

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

vercel.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3500,6 +3500,26 @@
35003500
"source": "/docs/migrations/migrations",
35013501
"destination": "/docs/integrations/migration/overview",
35023502
"permanent": true
3503+
},
3504+
{
3505+
"source": "/docs/operations/system-tables/crash-log",
3506+
"destination": "/docs/operations/system-tables/crash_log",
3507+
"permanent": true
3508+
},
3509+
{
3510+
"source": "/docs/operations/system-tables/current-roles",
3511+
"destination": "/docs/operations/system-tables/current_roles",
3512+
"permanent": true
3513+
},
3514+
{
3515+
"source": "/docs/operations/system-tables/enabled-roles",
3516+
"destination": "/docs/operations/system-tables/enabled_roles",
3517+
"permanent": true
3518+
},
3519+
{
3520+
"source": "/docs/operations/system-tables/role-grants",
3521+
"destination": "/docs/operations/system-tables/role_grants",
3522+
"permanent": true
35033523
}
35043524
]
35053525
}

0 commit comments

Comments
 (0)