We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3b34ff commit eb71bfaCopy full SHA for eb71bfa
site/src/pages/ManagementSettingsPage/IdpSyncPage/IdpSyncPage.tsx
@@ -85,7 +85,9 @@ export const IdpSyncPage: FC = () => {
85
<Paywall
86
message="IdP Sync"
87
description="Configure group and role mappings to manage permissions outside of Coder. You need an Premium license to use this feature."
88
- documentationLink={docs("/admin/groups")}
+ documentationLink={docs(
89
+ "/admin/auth#group-sync-enterprise-premium",
90
+ )}
91
/>
92
</Cond>
93
<Cond>
0 commit comments