From be65d9186bf119f3c9f6c1933608fdc754ba5214 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Wed, 15 Jan 2025 09:55:52 +0100 Subject: [PATCH] backend-plugin-api: update entity ref link in permission registry docs Signed-off-by: Patrik Oldsberg --- .../services/definitions/PermissionsRegistryService.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/backend-plugin-api/src/services/definitions/PermissionsRegistryService.ts b/packages/backend-plugin-api/src/services/definitions/PermissionsRegistryService.ts index b0212e40ae..46236aa6cc 100644 --- a/packages/backend-plugin-api/src/services/definitions/PermissionsRegistryService.ts +++ b/packages/backend-plugin-api/src/services/definitions/PermissionsRegistryService.ts @@ -116,11 +116,11 @@ export interface PermissionsRegistryService { * * The `getResources` argument should load resources based on a reference * identifier. For the catalog, this is an - * {@link @backstage/catalog-model#EntityRef}. For other plugins, this can be - * any serialized format. This is used to add a permissions registry API - * via the HTTP router service. This API will be called by the - * `permission-backend` when authorization conditions relating to this plugin - * need to be evaluated. + * [entity reference](https://backstage.io/docs/features/software-catalog/references#string-references). + * For other plugins, this can be any serialized format. This is used to add a + * permissions registry API via the HTTP router service. This API will be + * called by the `permission-backend` when authorization conditions relating + * to this plugin need to be evaluated. */ addResourceType( options: PermissionsRegistryServiceAddResourceTypeOptions<