Skip to content

Commit 07f77f6

Browse files
Update docs/index.md
Co-authored-by: Samuel Colvin <[email protected]>
1 parent fd1c49c commit 07f77f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ print(Settings().model_dump())
8585
1. The environment variable name is overridden using `validation_alias`. In this case, the environment variable
8686
`my_auth_key` will be read instead of `auth_key`.
8787

88-
Check the [`Field` documentation](fields.md) for more information.
88+
Check the [`Field` documentation](../usage/fields.md) for more information.
8989

9090
2. The environment variable name is overridden using `alias`. In this case, the environment variable
9191
`my_api_key` will be used for both validation and serialization instead of `api_key`.

0 commit comments

Comments
 (0)