Skip to content

Commit c5c52e9

Browse files
authored
Fix broken link in AliasChoices class (#271)
1 parent c2fd92f commit c5c52e9

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
@@ -95,7 +95,7 @@ print(Settings().model_dump())
9595
3. The `AliasChoices` class allows to have multiple environment variable names for a single field.
9696
The first environment variable that is found will be used.
9797

98-
Check the [`AliasChoices`](fields.md#aliaspath-and-aliaschoices) for more information.
98+
Check the [`AliasChoices`](alias.md#aliaspath-and-aliaschoices) for more information.
9999

100100
4. The `ImportString` class allows to import an object from a string.
101101
In this case, the environment variable `special_function` will be read and the function `math.cos` will be imported.

0 commit comments

Comments
 (0)