Skip to content

Commit 896a4f2

Browse files
author
Nathan Turinski
committed
Change the aka.ms link
1 parent 35a2105 commit 896a4f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/remoteDebugJava/remoteDebugJavaFunctionApp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export async function remoteDebugJavaFunctionApp(context: IActionContext, node?:
4242
const confirmMsg: string = localize('confirmRemoteDebug', 'The configurations of the selected app will be changed before debugging. Would you like to continue?');
4343
const result: vscode.MessageItem = await context.ui.showWarningMessage(confirmMsg, { modal: true }, DialogResponses.yes, DialogResponses.learnMore);
4444
if (result === DialogResponses.learnMore) {
45-
await openUrl('https://aka.ms/azfunc-remotedebug');
45+
await openUrl('https://aka.ms/azfunctions-remotedebugging');
4646
return;
4747
} else {
4848
await updateSiteConfig(client, p, siteConfig);

0 commit comments

Comments
 (0)