We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a78f82 commit 7376f02Copy full SHA for 7376f02
src/installer/python-prompt.js
@@ -30,7 +30,7 @@ export default class PythonPrompt {
30
vscode.commands.executeCommand(
31
'vscode.open',
32
vscode.Uri.parse(
33
- 'http://docs.platformio.org/page/faq.html#install-python-interpreter'
+ 'https://docs.platformio.org/en/latest/faq/install-python.html'
34
)
35
);
36
break;
0 commit comments