From 5b57b130056dd0dcf4b2aa5e9af5f0d017246512 Mon Sep 17 00:00:00 2001 From: Chris LaFreniere <40371649+chlafreniere@users.noreply.github.com> Date: Wed, 29 Apr 2020 10:29:52 -0700 Subject: [PATCH] Update python Mac install url (#10200) --- extensions/notebook/src/common/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/notebook/src/common/constants.ts b/extensions/notebook/src/common/constants.ts index 90d7dd86c2..83eb2dbc4f 100644 --- a/extensions/notebook/src/common/constants.ts +++ b/extensions/notebook/src/common/constants.ts @@ -50,5 +50,5 @@ export enum PythonPkgType { } export const pythonWindowsInstallUrl = 'https://go.microsoft.com/fwlink/?linkid=2110625'; -export const pythonMacInstallUrl = 'https://go.microsoft.com/fwlink/?linkid=2110525'; +export const pythonMacInstallUrl = 'https://go.microsoft.com/fwlink/?linkid=2128152'; export const pythonLinuxInstallUrl = 'https://go.microsoft.com/fwlink/?linkid=2110524';