Skip to content

Commit f25672c

Browse files
committed
Update link
1 parent 56beb23 commit f25672c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/misc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export async function warnAboutInoFile(editor, stateStorage) {
113113
case 'Show instruction':
114114
vscode.commands.executeCommand(
115115
'vscode.open',
116-
vscode.Uri.parse('http://bit.ly/ino2cpp')
116+
vscode.Uri.parse('https://bit.ly/convert-ino-to-cpp')
117117
);
118118
break;
119119
case 'Do not show again':

0 commit comments

Comments
 (0)