diff --git a/solutions/14_Building_Images_WVD/armTemplateWVD.json b/solutions/14_Building_Images_WVD/armTemplateWVD.json index 5dc5376..c9f2dfa 100644 --- a/solutions/14_Building_Images_WVD/armTemplateWVD.json +++ b/solutions/14_Building_Images_WVD/armTemplateWVD.json @@ -60,14 +60,14 @@ "name": "installFsLogix", "runElevated": true, "runAsSystem": true, - "scriptUri": "https://raw.githubusercontent.com/danielsollondon/azvmimagebuilder/master/solutions/14_Building_Images_WVD/0_installConfFsLogix.ps1" + "scriptUri": "https://raw.githubusercontent.com/azure/azvmimagebuilder/master/solutions/14_Building_Images_WVD/0_installConfFsLogix.ps1" }, { "type": "PowerShell", "name": "OptimizeOS", "runElevated": true, "runAsSystem": true, - "scriptUri": "https://raw.githubusercontent.com/danielsollondon/azvmimagebuilder/master/solutions/14_Building_Images_WVD/1_Optimize_OS_for_WVD.ps1" + "scriptUri": "https://raw.githubusercontent.com/azure/azvmimagebuilder/master/solutions/14_Building_Images_WVD/1_Optimize_OS_for_WVD.ps1" }, { "type": "WindowsRestart", @@ -79,7 +79,7 @@ "name": "Install Teams", "runElevated": true, "runAsSystem": true, - "scriptUri": "https://raw.githubusercontent.com/danielsollondon/azvmimagebuilder/master/solutions/14_Building_Images_WVD/2_installTeams.ps1" + "scriptUri": "https://raw.githubusercontent.com/azure/azvmimagebuilder/master/solutions/14_Building_Images_WVD/2_installTeams.ps1" }, { "type": "WindowsRestart", @@ -119,4 +119,4 @@ ] -} \ No newline at end of file +}