Skip to content

Commit

Permalink
Fix target location for Discriminated Union documentation (#8331)
Browse files Browse the repository at this point in the history
Co-authored-by: Sydney Runkle <54324534+sydney-runkle@users.noreply.github.com>
  • Loading branch information
jensenbox and sydney-runkle committed Dec 8, 2023
1 parent 9e2dcfe commit fd0dfff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/concepts/fields.md
Expand Up @@ -734,7 +734,7 @@ print(b.model_dump())


[JSON Schema Draft 2020-12]: https://json-schema.org/understanding-json-schema/reference/numeric.html#numeric-types
[Discriminated Unions]: ../api/standard_library_types.md#discriminated-unions-aka-tagged-unions
[Discriminated Unions]: ../concepts/unions.md#discriminated-unions
[Helper Functions]: models.md#helper-functions
[Models]: models.md
[init-only field]: https://docs.python.org/3/library/dataclasses.html#init-only-variables
Expand Down
2 changes: 1 addition & 1 deletion docs/concepts/performance.md
Expand Up @@ -208,4 +208,4 @@ Instead of using nested models, use `TypedDict` to define the structure of the d

<!-- TODO: I need help on this one. -->

[Discriminated Unions]: ../api/standard_library_types.md#discriminated-unions-aka-tagged-unions
[Discriminated Unions]: ../concepts/unions.md#discriminated-unions

0 comments on commit fd0dfff

Please sign in to comment.