Skip to content

Commit 7376f02

Browse files
committed
Update docs link
1 parent 4a78f82 commit 7376f02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/installer/python-prompt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default class PythonPrompt {
3030
vscode.commands.executeCommand(
3131
'vscode.open',
3232
vscode.Uri.parse(
33-
'http://docs.platformio.org/page/faq.html#install-python-interpreter'
33+
'https://docs.platformio.org/en/latest/faq/install-python.html'
3434
)
3535
);
3636
break;

0 commit comments

Comments
 (0)