diff --git a/scripts/GetMLPythonSamplesOffGithub.ps1 b/scripts/GetMLPythonSamplesOffGithub.ps1 index 60969c7..a968b46 100644 --- a/scripts/GetMLPythonSamplesOffGithub.ps1 +++ b/scripts/GetMLPythonSamplesOffGithub.ps1 @@ -3,4 +3,4 @@ write-host "Downloading Python ML samples to your desktop ..." Update-SessionEnvironment cd $env:USERPROFILE\desktop -git clone https://github.com/Microsoft/Dev-Advocacy-Samples/tree/master/python-mlclassification +git clone https://github.com/Microsoft/Dev-Advocacy-Samples