Skip to content

Commit

Permalink
Fix redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Apr 4, 2024
1 parent fdf37a1 commit f4d0f4f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
"trailingSlash": false,
"redirects": [
{
"source": "/docs/cadence_migration_guide",
"destination": "/docs/cadence-migration-guide",
"source": "/docs/cadence_migration_guide/:path*",
"destination": "/docs/cadence-migration-guide/:path*",
"permanent": true
},
{
"source": "/docs/1.0/cadence_migration_guide",
"destination": "/docs/1.0/cadence-migration-guide",
"source": "/docs/1.0/cadence_migration_guide/:path*",
"destination": "/docs/1.0/cadence-migration-guide/:path*",
"permanent": true
}
]
Expand Down

0 comments on commit f4d0f4f

Please sign in to comment.