From 66a7ea42836c1484e2bbaeb7ce3b2a7421d3cce0 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Tue, 24 Oct 2023 12:38:02 +0200 Subject: [PATCH] changesets: fix doc link Signed-off-by: Patrik Oldsberg --- .changeset/red-beers-roll.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/red-beers-roll.md b/.changeset/red-beers-roll.md index d5d2d36511..3c061ce377 100644 --- a/.changeset/red-beers-roll.md +++ b/.changeset/red-beers-roll.md @@ -2,4 +2,4 @@ '@backstage/plugin-search-backend-module-techdocs': patch --- -The process of adding or modifying fields in the techdocs search index has been simplified. For more details, see [How to customize fields in the Software Catalog or TechDocs index](../docs/features/search/how-to-guides.md#how-to-customize-fields-in-the-software-catalog-or-techdocs-index). +The process of adding or modifying fields in the techdocs search index has been simplified. For more details, see [How to customize fields in the Software Catalog or TechDocs index](https://backstage.io/docs/features/search/how-to-guides.md#how-to-customize-fields-in-the-software-catalog-or-techdocs-index).