Skip to content

Commit eb71bfa

Browse files
committed
fix: paywall doc link
1 parent e3b34ff commit eb71bfa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

site/src/pages/ManagementSettingsPage/IdpSyncPage/IdpSyncPage.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,9 @@ export const IdpSyncPage: FC = () => {
8585
<Paywall
8686
message="IdP Sync"
8787
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")}
88+
documentationLink={docs(
89+
"/admin/auth#group-sync-enterprise-premium",
90+
)}
8991
/>
9092
</Cond>
9193
<Cond>

0 commit comments

Comments
 (0)