Skip to content

Commit ff480f0

Browse files
authored
Fix README link (#770)
1 parent 3b47f0d commit ff480f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ The default data converter supports converting multiple types including:
315315
* [IntEnum, StrEnum](https://docs.python.org/3/library/enum.html) based enumerates
316316
* [UUID](https://docs.python.org/3/library/uuid.html)
317317

318-
To use pydantic model instances, see [](#pydantic-support).
318+
To use pydantic model instances, see [Pydantic Support](#pydantic-support).
319319

320320
`datetime.date`, `datetime.time`, and `datetime.datetime` can only be used with the Pydantic data converter.
321321

0 commit comments

Comments
 (0)