Skip to content

Commit

Permalink
Update docs/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Samuel Colvin <[email protected]>
  • Loading branch information
hramezani and samuelcolvin authored Sep 4, 2023
1 parent fd1c49c commit 07f77f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ print(Settings().model_dump())
1. The environment variable name is overridden using `validation_alias`. In this case, the environment variable
`my_auth_key` will be read instead of `auth_key`.

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

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

0 comments on commit 07f77f6

Please sign in to comment.