From e174157131bf9e389ffece64a1d1cce0db2e26b1 Mon Sep 17 00:00:00 2001 From: Viicos <65306057+Viicos@users.noreply.github.com> Date: Fri, 6 Dec 2024 21:22:06 +0100 Subject: [PATCH] Change reference of default values validation in documentation --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 5e029813..4a54904c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -136,7 +136,7 @@ print(Settings1()) #> foo='test' ``` -Check the [Validation of default values](validators.md#validation-of-default-values) for more information. +Check the [validation of default values](fields.md#validate-default-values) for more information. ## Environment variable names