From 2f498febeffa05223686b321806f84ad64821047 Mon Sep 17 00:00:00 2001 From: Victorien <65306057+Viicos@users.noreply.github.com> Date: Fri, 6 Dec 2024 21:39:36 +0100 Subject: [PATCH] Change reference of default values validation in documentation (#496) --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 5e02981..4a54904 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