Skip to content

Commit

Permalink
Fix redirects for business services and docs (#2656)
Browse files Browse the repository at this point in the history
  • Loading branch information
karelhala authored Oct 6, 2023
1 parent 3854f33 commit 6d9c5d8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/Routes/Routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ const redirects = [
path: '/subscriptions',
to: '/subscriptions/overview',
},
{
path: '/business-services',
to: '/business-services/hybrid-committed-spend',
},
{
path: '/docs',
to: '/docs/api',
},
];

export type RoutesProps = {
Expand Down

0 comments on commit 6d9c5d8

Please sign in to comment.