Skip to content

Commit 1ce3bd2

Browse files
committed
fix URL to Outlook manifest
1 parent eb73dc5 commit 1ce3bd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/files/101/az_install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ do {
258258

259259

260260

261-
$OutlookManifest = Invoke-RestMethod -Uri "https://raw.githubusercontent.com/content-manager-sdk/Community/aba15c6fe5d3b34af219aba0dd635704fe18f9a6/docs/files/101/outlook-addin-manifest-template.xml"
261+
$OutlookManifest = Invoke-RestMethod -Uri "https://raw.githubusercontent.com/content-manager-sdk/Community/master/docs/files/101/outlook-addin-manifest-template.xml"
262262

263263
$OutlookManifest.Replace("[MANIFESTGUID]", [guid]::NewGuid()).Replace("[APPCLIENTID]", $appObject.appId).Replace("[APPIDURI]", $newAppUri).Replace("[SERVICEAPIURL]", $webServiceUrl) > "$curDir/outlook-addin-manifest.xml"
264264

0 commit comments

Comments
 (0)