Update python Mac install url (#10200)

This commit is contained in:
Chris LaFreniere
2020-04-29 10:29:52 -07:00
committed by GitHub
parent 7275641849
commit 5b57b13005

View File

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