diff --git a/docs/FilterList.md b/docs/FilterList.md index 1bea8b3c8e8..4265462d6e7 100644 --- a/docs/FilterList.md +++ b/docs/FilterList.md @@ -28,7 +28,7 @@ export const PostFilterSidebar = () => ( - + }> @@ -45,7 +45,7 @@ export const PostFilterSidebar = () => ( ``` {% endraw %} -Add this component to the list view using [the `` prop](./List.md#aside): +Add this component to the list view using [the `` prop](./List.md#aside-side-component): ```jsx import { PostFilterSidebar } from './PostFilterSidebar';