Skip to content

Commit 8136a84

Browse files
authored
docs: fix link to slug-overrides in text.mdx (#14211)
### What? Broken link in new slug field documentation. ### Why? Linking to non-existing page `./slug-overrides` instead of reference to `#slug-overrides`. ### How? Properly links to `#slug-overrides`.
1 parent a63b4d9 commit 8136a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/fields/text.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ The slug field exposes a few top-level config options for easy customization:
215215
| Option | Description |
216216
| -------------- | ----------------------------------------------------------------------------------------------------------------------------------------- |
217217
| `name` | To be used as the slug field's name. Defaults to `slug`. |
218-
| `overrides` | A function that receives the default fields so you can override on a granular level. See example below. [More details](./slug-overrides). |
218+
| `overrides` | A function that receives the default fields so you can override on a granular level. See example below. [More details](#slug-overrides). |
219219
| `checkboxName` | To be used as the name for the `generateSlug` checkbox field. Defaults to `generateSlug`. |
220220
| `fieldToUse` | The name of the field to use when generating the slug. This field must exist in the same collection. Defaults to `title`. |
221221
| `localized` | Enable localization on the `slug` and `generateSlug` fields. Defaults to `false`. |

0 commit comments

Comments
 (0)