fix(site): point provisioner paywall docs links to provisioner docs (#23598)

This commit is contained in:
david-fraley
2026-03-25 11:00:15 -05:00
committed by GitHub
parent 8f181c18cc
commit 80eef32f29
2 changed files with 2 additions and 2 deletions
@@ -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">
@@ -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")}
/>
) : (
<>