diff --git a/website/docs/search.md b/website/docs/search.md index e00e022cfaca..31f1084c0f3d 100644 --- a/website/docs/search.md +++ b/website/docs/search.md @@ -260,7 +260,7 @@ module.exports = { ### Editing the Algolia search component {#editing-the-algolia-search-component} -If you prefer to edit the Algolia search React component, swizzle the `SearchBar` component in `@docusaurus/theme-search-algolia`: +If you prefer to edit the Algolia search React component, [swizzle](swizzling.md) the `SearchBar` component in `@docusaurus/theme-search-algolia`: ```bash npm2yarn npm run swizzle @docusaurus/theme-search-algolia SearchBar diff --git a/website/versioned_docs/version-2.2.0/search.md b/website/versioned_docs/version-2.2.0/search.md index 6c56bb09e6db..31f1084c0f3d 100644 --- a/website/versioned_docs/version-2.2.0/search.md +++ b/website/versioned_docs/version-2.2.0/search.md @@ -260,7 +260,7 @@ module.exports = { ### Editing the Algolia search component {#editing-the-algolia-search-component} -If you prefer to edit the Algolia search React component, [swizzle](swizzling) the `SearchBar` component in `@docusaurus/theme-search-algolia`: +If you prefer to edit the Algolia search React component, [swizzle](swizzling.md) the `SearchBar` component in `@docusaurus/theme-search-algolia`: ```bash npm2yarn npm run swizzle @docusaurus/theme-search-algolia SearchBar