fix references to search-backend-node

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-05-21 10:48:34 +02:00
parent a07ced9488
commit be89d6e7f3
8 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -134,7 +134,7 @@ export type IndexableDocument = SearchDocument & {
/**
* Information about a specific document type. Intended to be used in the
* {@link @backstage/search-backend-node#IndexBuilder} to collect information
* {@link @backstage/plugin-search-backend-node#IndexBuilder} to collect information
* about the types stored in the index.
* @beta
*/