Skip to content

Commit 9878d05

Browse files
committed
Use akams link instead of direct link
That way we can change the link (to better docs, etc.) without having to re-publish
1 parent aecf8b4 commit 9878d05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/createNewProject/CSharpProjectCreator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export class CSharpProjectCreator implements IProjectCreator {
4949
this.runtime = ProjectRuntime.beta;
5050
} else {
5151
this.runtime = ProjectRuntime.one;
52-
await vscode.window.showWarningMessage('In order to debug .NET Framework functions in VS Code, you must install a 64-bit version of the runtime. See https://github.com/Azure/azure-functions-cli/issues/117');
52+
await vscode.window.showWarningMessage('In order to debug .NET Framework functions in VS Code, you must install a 64-bit version of the runtime. See https://aka.ms/azFunc64bit');
5353
}
5454
this.deploySubpath = `bin/Debug/${targetFramework}`;
5555
}

0 commit comments

Comments
 (0)