Update extras documentation

This commit is contained in:
jeremystretch
2021-06-24 08:37:06 -04:00
parent cb61c86e79
commit 584cf66df8
12 changed files with 20 additions and 19 deletions

View File

@@ -46,7 +46,7 @@ CUSTOM_VALIDATORS = {
}
```
CustomValidator can also be subclassed to enforce more complex logic by overriding its `validate()` method. See the [custom validation](../additional-features/custom-validation.md) documentation for more details.
CustomValidator can also be subclassed to enforce more complex logic by overriding its `validate()` method. See the [custom validation](../customization/custom-validation.md) documentation for more details.
### Enhancements