Skip to content

Commit

Permalink
Fix broken IdP syn link
Browse files Browse the repository at this point in the history
  • Loading branch information
braginini committed Aug 13, 2024
1 parent 474f0ec commit ccdbc37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NavigationDocs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export const docsNavigation = [
{ title: 'Add users to your network', href: '/how-to/add-users-to-your-network' },
{
title: 'Provision Users & Groups from Identity Provider',
href: '/how-to/provision-users-and-groups-from-idp',
href: '/how-to/idp-sync',
isOpen: false,
links: [
{ title: 'Microsoft Entra ID', href: '/how-to/microsoft-entra-id-sync' },
Expand Down

0 comments on commit ccdbc37

Please sign in to comment.