diff --git a/docs/src/languages/python.md b/docs/src/languages/python.md index c5b0d3703f..2848884316 100644 --- a/docs/src/languages/python.md +++ b/docs/src/languages/python.md @@ -99,7 +99,7 @@ venvPath = "." venv = ".venv" ``` -You can also configure this option directly in your `settings.json` file ([pyright settings](#settings)), as recommended in [Configuring Your Python Environment](https://microsoft.github.io/pyright/#/import-resolution?id=configuring-your-python-environment). +You can also configure this option directly in your `settings.json` file ([pyright settings](#pyright-settings)), as recommended in [Configuring Your Python Environment](https://microsoft.github.io/pyright/#/import-resolution?id=configuring-your-python-environment). ```json {