Skip to content

Commit cf7627e

Browse files
authored
Update modifying-data.md - fix broken strict-mode link
1 parent 650c7f6 commit cf7627e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/modifying-data.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ With `useDefaults` option `default` keywords throws exception during schema comp
210210

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

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

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

0 commit comments

Comments
 (0)