Skip to content

Commit

Permalink
Update modifying-data.md - fix broken strict-mode link (#2459)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderjsx authored Jun 30, 2024
1 parent 650c7f6 commit a18641e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/modifying-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ With `useDefaults` option `default` keywords throws exception during schema comp

The strict mode option can change the behaviour for these unsupported defaults (`strict: false` to ignore them, `"log"` to log a warning).

See [Strict mode](./strict-mode.md).
See [Strict mode](../strict-mode.md).

::: tip Default with discriminator keyword
Defaults will be assigned in schemas inside `oneOf` in case [discriminator](../json-schema.md#discriminator) keyword is used.
Expand Down

0 comments on commit a18641e

Please sign in to comment.