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 56beb23 commit f25672cCopy full SHA for f25672c
src/misc.js
@@ -113,7 +113,7 @@ export async function warnAboutInoFile(editor, stateStorage) {
113
case 'Show instruction':
114
vscode.commands.executeCommand(
115
'vscode.open',
116
- vscode.Uri.parse('http://bit.ly/ino2cpp')
+ vscode.Uri.parse('https://bit.ly/convert-ino-to-cpp')
117
);
118
break;
119
case 'Do not show again':
0 commit comments