We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd1c49c commit 07f77f6Copy full SHA for 07f77f6
docs/index.md
@@ -85,7 +85,7 @@ print(Settings().model_dump())
85
1. The environment variable name is overridden using `validation_alias`. In this case, the environment variable
86
`my_auth_key` will be read instead of `auth_key`.
87
88
- Check the [`Field` documentation](fields.md) for more information.
+ Check the [`Field` documentation](../usage/fields.md) for more information.
89
90
2. The environment variable name is overridden using `alias`. In this case, the environment variable
91
`my_api_key` will be used for both validation and serialization instead of `api_key`.
0 commit comments