From a18641ef4ceb9623ea7c437e6f4f98d44ac293aa Mon Sep 17 00:00:00 2001 From: Alex B <17498057+alexanderjsx@users.noreply.github.com> Date: Sun, 30 Jun 2024 22:59:42 +0100 Subject: [PATCH] Update modifying-data.md - fix broken strict-mode link (#2459) --- docs/guide/modifying-data.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/modifying-data.md b/docs/guide/modifying-data.md index 2705c0bed..5b1d893bd 100644 --- a/docs/guide/modifying-data.md +++ b/docs/guide/modifying-data.md @@ -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.