From fa80dbfb27eac24ada4a26961f5688bd24b56cfb Mon Sep 17 00:00:00 2001 From: Cory Rivera Date: Fri, 18 Oct 2019 16:53:29 -0700 Subject: [PATCH] Update download links for our notebook Python packages. (#7839) --- extensions/notebook/src/common/constants.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extensions/notebook/src/common/constants.ts b/extensions/notebook/src/common/constants.ts index a64b8c634f..3d6b392706 100644 --- a/extensions/notebook/src/common/constants.ts +++ b/extensions/notebook/src/common/constants.ts @@ -41,6 +41,6 @@ export enum PythonPkgType { Anaconda = 'Anaconda' } -export const pythonWindowsInstallUrl = 'https://go.microsoft.com/fwlink/?linkid=2103837'; -export const pythonMacInstallUrl = 'https://go.microsoft.com/fwlink/?linkid=2103836'; -export const pythonLinuxInstallUrl = 'https://go.microsoft.com/fwlink/?linkid=2103835'; +export const pythonWindowsInstallUrl = 'https://go.microsoft.com/fwlink/?linkid=2109051'; +export const pythonMacInstallUrl = 'https://go.microsoft.com/fwlink/?linkid=2109050'; +export const pythonLinuxInstallUrl = 'https://go.microsoft.com/fwlink/?linkid=2109049';