Skip to content

Commit 2ba4fa4

Browse files
authored
update link (microsoft#253079)
1 parent 277f95e commit 2ba4fa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/workbench/contrib/terminalContrib/suggest/browser/terminal.suggest.contribution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ registerTerminalAction({
302302
weight: KeybindingWeight.WorkbenchContrib + 1
303303
},
304304
run: (c, accessor) => {
305-
(accessor.get(IOpenerService)).open('https://code.visualstudio.com/docs/terminal/shell-integration#_intellisense');
305+
(accessor.get(IOpenerService)).open('https://aka.ms/vscode-terminal-intellisense');
306306
}
307307
});
308308

0 commit comments

Comments
 (0)