Skip to content

Commit 8fbb604

Browse files
committed
docs(changelog): re-target MsgspecDTO/PydanticDTO refs to current locations
The 2.x changelog entry for the original DTO factories had its two `:class:` cross-refs demoted to literal backticks during the contrib namespace cleanup, but the symbols still exist — they just moved. Re-point them at the canonical Sphinx targets (`litestar.dto.msgspec_dto.MsgspecDTO` and `litestar.plugins.pydantic.PydanticDTO`) so the historical bullets link to live API pages again. `make docs` builds warning-free.
1 parent 6e459f0 commit 8fbb604

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/release-notes/2.x-changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2703,8 +2703,8 @@
27032703
DTO factories for `msgspec <https://jcristharif.com/msgspec/>`_ and
27042704
`Pydantic <https://docs.pydantic.dev/latest/>`_ have been added:
27052705

2706-
- ``MsgspecDTO``
2707-
- ``PydanticDTO``
2706+
- :class:`~litestar.dto.msgspec_dto.MsgspecDTO`
2707+
- :class:`~litestar.plugins.pydantic.PydanticDTO`
27082708

27092709
.. change:: DTOs: Arbitrary generic wrappers
27102710
:pr: 1801

0 commit comments

Comments
 (0)