Skip to content

Commit

Permalink
DOCS-4379 - Redirects (#10468)
Browse files Browse the repository at this point in the history
Added new redirect for Self-Service SSO
  • Loading branch information
rle28 authored Sep 30, 2024
1 parent 5244d5e commit f2604f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -9062,6 +9062,10 @@ const redirects = [
from: ['/customize/phone/twilio-phone-providers'],
to: '/customize/phone-messages/configure-phone-messaging-providers/configure-twilio-as-a-phone-messaging-provider',
},
{
from: ['/authenticate/single-sign-on/self-service-SSO'],
to: '/authenticate/enterprise-connections/self-service-SSO',
},
];

module.exports = redirects;

0 comments on commit f2604f5

Please sign in to comment.