Skip to content

Commit 3331883

Browse files
authored
Merge pull request #7640 from partev/patch-1
fix URL redirect
2 parents f930246 + e6b671a commit 3331883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/python/python-quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The Python extension makes Visual Studio Code an excellent Python editor, works
1616
Get started by installing:
1717

1818
- [VS Code](https://code.visualstudio.com/)
19-
- [A Python Interpreter](/docs/python/python-tutorial.md#_install-a-python-interpreter) (any [actively supported Python version](https://devguide.python.org/#status-of-python-branches))
19+
- [A Python Interpreter](/docs/python/python-tutorial.md#_install-a-python-interpreter) (any [actively supported Python version](https://devguide.python.org/versions/))
2020
- [Python extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python) from the VS Code Marketplace
2121

2222
![Gif installing the Python extension in a fresh install of VS Code](images/quick-start/qs-python-ext-install.gif)

0 commit comments

Comments
 (0)