diff --git a/docs/features/search/getting-started--old.md b/docs/features/search/getting-started--old.md index 88dd456a86..6cfa732428 100644 --- a/docs/features/search/getting-started--old.md +++ b/docs/features/search/getting-started--old.md @@ -237,7 +237,7 @@ an example: ``` -> For more advanced customization of the Search frontend, also see how to guides such as [How to implement your own Search API](./how-to-guides.md#how-to-implement-your-own-search-api) and [How to customize search results highlighting styling](./how-to-guides.md#how-to-customize-search-results-highlighting-styling) +> For more advanced customization of the Search frontend, also see how to guides such as [How to implement your own Search API](./how-to-guides--old.md#how-to-implement-your-own-search-api) and [How to customize search results highlighting styling](./how-to-guides--old.md#how-to-customize-search-results-highlighting-styling) ### Backend @@ -348,4 +348,4 @@ indexBuilder.addCollator({ }); ``` -> For more advanced customization of the Search backend, also see how to guides such as [How to index TechDocs documents](./how-to-guides.md#how-to-index-techdocs-documents) and [How to limit what can be searched in the Software Catalog](./how-to-guides.md#how-to-limit-what-can-be-searched-in-the-software-catalog) +> For more advanced customization of the Search backend, also see how to guides such as [How to customize fields in the Software Catalog or TechDocs index](./how-to-guides--old.md#how-to-customize-fields-in-the-software-catalog-or-techdocs-index) diff --git a/docs/features/search/getting-started.md b/docs/features/search/getting-started.md index 6e4789becc..5c64438f28 100644 --- a/docs/features/search/getting-started.md +++ b/docs/features/search/getting-started.md @@ -253,4 +253,4 @@ indexBuilder.addCollator({ }); ``` -> For more advanced customization of the Search backend, also see how to guides such as [How to index TechDocs documents](./how-to-guides.md#how-to-index-techdocs-documents) and [How to limit what can be searched in the Software Catalog](./how-to-guides.md#how-to-limit-what-can-be-searched-in-the-software-catalog) +> For more advanced customization of the Search backend, also see how to guides such as [How to customize fields in the Software Catalog or TechDocs index](./how-to-guides.md#how-to-customize-fields-in-the-software-catalog-or-techdocs-index)