Skip to content

Commit

Permalink
Fix broken links (#2782)
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed Jan 15, 2025
1 parent 9c90557 commit c24c525
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/custom_fields.rst
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,4 @@ Next steps
----------

- Need to add schema-level validation, post-processing, or error handling behavior? See the :doc:`extending` page.
- For example applications using marshmallow, check out the :doc:`examples` page.
- For example applications using marshmallow, check out the :doc:`examples/index` page.
2 changes: 1 addition & 1 deletion docs/examples/validating_package_json.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Below is a schema that could be used to validate


- Validation and deserialization using `Schema.load <marshmallow.Schema.load>`
- :doc:`Custom fields <custom_fields>`
- :doc:`Custom fields <../custom_fields>`
- Specifying deserialization keys using ``data_key``
- Including unknown keys using ``unknown = INCLUDE``

Expand Down
2 changes: 1 addition & 1 deletion docs/nesting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -313,4 +313,4 @@ Next steps

- Want to create your own field type? See the :doc:`custom_fields` page.
- Need to add schema-level validation, post-processing, or error handling behavior? See the :doc:`extending` page.
- For example applications using marshmallow, check out the :doc:`examples` page.
- For more detailed usage examples, check out the :doc:`examples/index` page.
2 changes: 1 addition & 1 deletion docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -588,4 +588,4 @@ Next steps
- Need to represent relationships between objects? See the :doc:`nesting` page.
- Want to create your own field type? See the :doc:`custom_fields` page.
- Need to add schema-level validation, post-processing, or error handling behavior? See the :doc:`extending` page.
- For example applications using marshmallow, check out the :doc:`examples` page.
- For more detailed usage examples, check out the :doc:`examples/index` page.

0 comments on commit c24c525

Please sign in to comment.