We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b47f0d commit ff480f0Copy full SHA for ff480f0
README.md
@@ -315,7 +315,7 @@ The default data converter supports converting multiple types including:
315
* [IntEnum, StrEnum](https://docs.python.org/3/library/enum.html) based enumerates
316
* [UUID](https://docs.python.org/3/library/uuid.html)
317
318
-To use pydantic model instances, see [](#pydantic-support).
+To use pydantic model instances, see [Pydantic Support](#pydantic-support).
319
320
`datetime.date`, `datetime.time`, and `datetime.datetime` can only be used with the Pydantic data converter.
321
0 commit comments