diff --git a/docs/source/class_compatibility.md b/docs/source/class_compatibility.md index 2577be7..cec51b6 100644 --- a/docs/source/class_compatibility.md +++ b/docs/source/class_compatibility.md @@ -9,7 +9,7 @@ be supported with relatively little effort. Today Cappa ships with adapters for: - [dataclasses](https://docs.python.org/3/library/dataclasses.html), - [Pydantic](https://pydantic-docs.helpmanual.io/) (v1/v2) - [attrs](https://www.attrs.org) -- [msgspec](jcristharif.com/msgspec) +- [msgspec](https://jcristharif.com/msgspec/) Additionally the `default` and/or `default_factory` options defined by each of the above libraries is used to infer CLI defaults.