diff --git a/src/components/Routes/Routes.tsx b/src/components/Routes/Routes.tsx index 8804ecea0..4481db2e5 100644 --- a/src/components/Routes/Routes.tsx +++ b/src/components/Routes/Routes.tsx @@ -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 = {