Skip to content

Commit 903d9f2

Browse files
author
Kartik Raj
authored
Use correct link to images in Python environment doc (#6176)
1 parent a7a54d6 commit 903d9f2

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading

docs/languages/python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,11 @@ The Python extension automatically detects Python interpreters that are installe
8787

8888
The current environment is shown on the right side of the VS Code Status Bar:
8989

90-
![Status Bar showing a selected interpreter](images/environments/selected-interpreter-status-bar.png)
90+
![Status Bar showing a selected interpreter](images/python/selected-interpreter-status-bar.png)
9191

9292
The Status Bar also indicates if no interpreter is selected:
9393

94-
![Status bar showing no selected Python interpreter](images/environments/no-interpreter-selected-statusbar.png)
94+
![Status bar showing no selected Python interpreter](images/python/no-interpreter-selected-statusbar.png)
9595

9696
The selected environment is used for IntelliSense, auto-completions, linting, formatting, and any other language-related feature. It is also activated when you run or debug Python in a terminal.
9797

0 commit comments

Comments
 (0)