From c22fe9a8f379fc0342345109f7451d98dc433a2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milo=C5=A1=20Mandi=C4=87?= Date: Wed, 21 Sep 2022 21:40:07 +0200 Subject: [PATCH] v2 docs broken link fix (#4533) Co-authored-by: Hasan Ramezani --- docs/blog/pydantic-v2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/blog/pydantic-v2.md b/docs/blog/pydantic-v2.md index d83e8d9..294bfe8 100644 --- a/docs/blog/pydantic-v2.md +++ b/docs/blog/pydantic-v2.md @@ -123,7 +123,7 @@ The motivation for building pydantic-core in Rust is as follows: pydantic-core is usable now, albeit with an unintuitive API, if you're interested, please give it a try. pydantic-core provides validators for common data types, -[see a list here](https://github.com/pydantic/pydantic-core/blob/main/pydantic_core/_types.py#L291). +[see a list here](https://github.com/pydantic/pydantic-core/blob/main/pydantic_core/schema_types.py#L314). Other, less commonly used data types will be supported via validator functions implemented in pydantic, in Python. See [pydantic-core#153](https://github.com/pydantic/pydantic-core/issues/153)