Skip to content

Commit

Permalink
[docs] Fix broken "customization" anchor link (mui#21506)
Browse files Browse the repository at this point in the history
  • Loading branch information
connorads authored Jun 20, 2020
1 parent ad16cef commit f0b39df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/pages/components/autocomplete/autocomplete.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ import useAutocomplete from '@material-ui/lab/useAutocomplete';

{{"demo": "pages/components/autocomplete/CustomizedHook.js"}}

Head to the [Customized Autocomplete](#customized-autocomplete) section for a customization example with the `Autocomplete` component instead of the hook.
Head to the [customization](#customization) section for an example with the `Autocomplete` component instead of the hook.

## Asynchronous requests

Expand Down Expand Up @@ -139,7 +139,7 @@ Fancy smaller inputs? Use the `size` prop.

{{"demo": "pages/components/autocomplete/Sizes.js"}}

## Customizations
## Customization

### Custom input

Expand Down

0 comments on commit f0b39df

Please sign in to comment.