]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
Fix 404 Pydantic data types
authorYurii Motov <yurii.motov.monte@gmail.com>
Thu, 9 Jul 2026 20:54:40 +0000 (22:54 +0200)
committerYurii Motov <yurii.motov.monte@gmail.com>
Thu, 9 Jul 2026 20:54:40 +0000 (22:54 +0200)
docs/en/docs/tutorial/extra-data-types.md

index 63c914efe1ee767357518f1e96e4a25c882e425c..53dd46c914d255ccbadf9c3cc2d11bcc96bf2f99 100644 (file)
@@ -49,7 +49,7 @@ Here are some of the additional data types you can use:
 * `Decimal`:
     * Standard Python `Decimal`.
     * In requests and responses, handled the same as a `float`.
-* You can check all the valid Pydantic data types here: [Pydantic data types](https://docs.pydantic.dev/latest/usage/types/types/).
+* You can check all the valid Pydantic data types here: [Pydantic data types](https://pydantic.dev/docs/validation/latest/concepts/types/).
 
 ## Example { #example }