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';