mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix(site): point provisioner paywall docs links to provisioner docs (#23598)
This commit is contained in:
+1
-1
@@ -62,7 +62,7 @@ export const OrganizationProvisionerKeysPageView: FC<
|
||||
<PaywallPremium
|
||||
message="Provisioners"
|
||||
description="Provisioners run your Terraform to create templates and workspaces. You need a Premium license to use this feature for multiple organizations."
|
||||
documentationLink={docs("/")}
|
||||
documentationLink={docs("/admin/provisioners")}
|
||||
/>
|
||||
) : (
|
||||
<Table className="mt-6">
|
||||
|
||||
+1
-1
@@ -98,7 +98,7 @@ export const OrganizationProvisionersPageView: FC<
|
||||
<PaywallPremium
|
||||
message="Provisioners"
|
||||
description="Provisioners run your Terraform to create templates and workspaces. You need a Premium license to use this feature for multiple organizations."
|
||||
documentationLink={docs("/")}
|
||||
documentationLink={docs("/admin/provisioners")}
|
||||
/>
|
||||
) : (
|
||||
<>
|
||||
|
||||
Reference in New Issue
Block a user