diff --git a/apps/meteor/client/lib/links.ts b/apps/meteor/client/lib/links.ts index a1e28ddc853d3..2a1d06ad9da88 100644 --- a/apps/meteor/client/lib/links.ts +++ b/apps/meteor/client/lib/links.ts @@ -31,10 +31,8 @@ export const links = { trial: `${GO_ROCKET_CHAT_PREFIX}/i/docs-trial`, versionSupport: `${GO_ROCKET_CHAT_PREFIX}/i/version-support`, updateProduct: `${GO_ROCKET_CHAT_PREFIX}/i/update-product`, - // TODO: implement abac links when available - abacDocs: `${GO_ROCKET_CHAT_PREFIX}/i/TODO-ABAC-DOCS`, - abacLicenseRenewalUrl: `${GO_ROCKET_CHAT_PREFIX}/i/TODO-ABAC-LICENSE-RENEWAL-URL`, - abacLDAPDocs: `${GO_ROCKET_CHAT_PREFIX}/i/TODO-ABAC-LDAP-DOCS`, + abacDocs: `${GO_ROCKET_CHAT_PREFIX}/i/abac`, + abacLDAPDocs: `${GO_ROCKET_CHAT_PREFIX}/i/abac-ldap`, }, /** @deprecated use `go.rocket.chat` links */ desktopAppDownload: 'https://rocket.chat/download', diff --git a/apps/meteor/client/views/admin/ABAC/AdminABACPage.tsx b/apps/meteor/client/views/admin/ABAC/AdminABACPage.tsx index f4826aaeace43..efe3cb36f46cd 100644 --- a/apps/meteor/client/views/admin/ABAC/AdminABACPage.tsx +++ b/apps/meteor/client/views/admin/ABAC/AdminABACPage.tsx @@ -54,7 +54,7 @@ const AdminABACPage = ({ shouldShowWarning }: AdminABACPageProps) => { Renew your license to continue using all{' '} - + ABAC capabilities without restriction.