diff --git a/docs/fields/overview.mdx b/docs/fields/overview.mdx index 0a744e43d2..24a9528eac 100644 --- a/docs/fields/overview.mdx +++ b/docs/fields/overview.mdx @@ -146,7 +146,7 @@ In addition to each field's base configuration, you can define specific traits a | Option | Description | | ------------- | -------------| | `condition` | You can programmatically show / hide fields based on what other fields are doing. [Click here](#conditional-logic) for more info. | -| `components` | All field components can be completely and easily swapped out for custom components that you define. [Click here](#custom-admin-components) for more info. | +| `components` | All field components can be completely and easily swapped out for custom components that you define. [Click here](#custom-components) for more info. | | `description` | Helper text to display with the field to provide more information for the editor user. [Click here](#description) for more info. | | `position` | Specify if the field should be rendered in the sidebar by defining `position: 'sidebar'`. | | `width` | Restrict the width of a field. you can pass any string-based value here, be it pixels, percentages, etc. This property is especially useful when fields are nested within a `Row` type where they can be organized horizontally. |