Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions apps/meteor/client/lib/links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion apps/meteor/client/views/admin/ABAC/AdminABACPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const AdminABACPage = ({ shouldShowWarning }: AdminABACPageProps) => {
<Callout type='warning' title={t('ABAC_automatically_disabled_callout')}>
<Trans i18nKey='ABAC_automatically_disabled_callout_description'>
Renew your license to continue using all{' '}
<a href={links.go.abacLicenseRenewalUrl} rel='noopener noreferrer' target='_blank'>
<a href={links.go.abacDocs} rel='noopener noreferrer' target='_blank'>
ABAC capabilities without restriction.
</a>
</Trans>
Expand Down
Loading