From 0bf682a0d5e68da819f38bf29bd09d096e6fa57f Mon Sep 17 00:00:00 2001 From: Noritada Kobayashi Date: Tue, 6 May 2025 07:02:53 +0900 Subject: [PATCH] docs: Fix a broken link to the PyRight Settings section (#29283) This PR fixes a broken link to the PyRight Settings section. This is a follow-up to 5f390f1bf80bd534a5c93d25613494df9ca20b23. Release Notes: - N/A --- docs/src/languages/python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {