From 920d71b7089974dc78706c93946040e40e8f9c19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Benoit?= Date: Tue, 1 Jun 2021 22:35:10 +0200 Subject: [PATCH] Fix mypy plugin link in doc (#2747) --- docs/usage/dataclasses.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/dataclasses.md b/docs/usage/dataclasses.md index 536d912..cedc988 100644 --- a/docs/usage/dataclasses.md +++ b/docs/usage/dataclasses.md @@ -31,7 +31,7 @@ _(This script is complete, it should run "as is")_ keyword argument `config` which has the same meaning as [Config](model_config.md). !!! warning - After v1.2, [The Mypy plugin](/mypy_plugin.md) must be installed to type check _pydantic_ dataclasses. + After v1.2, [The Mypy plugin](mypy_plugin.md) must be installed to type check _pydantic_ dataclasses. For more information about combining validators with dataclasses, see [dataclass validators](validators.md#dataclass-validators).