diff --git a/scripts/notice-generation.ps1 b/scripts/notice-generation.ps1 index a7aa620bfe..b7ec5044a2 100644 --- a/scripts/notice-generation.ps1 +++ b/scripts/notice-generation.ps1 @@ -9,7 +9,7 @@ param ( # Download and save the ChilliCream License 1.0 from ChilliCream/graphql-platform GitHub repo $chiliCreamLicenseSavePath = "$BuildArtifactStagingDir/chillicreamlicense.txt" -$chiliCreamLicenseMetadataURL = "https://raw.githubusercontent.com/ChilliCream/graphql-platform/main/website/src/basic/licensing/chillicream-license.md" +$chiliCreamLicenseMetadataURL = "https://raw.githubusercontent.com/ChilliCream/graphql-platform/main/website/content/licensing/chillicream-license.md" Invoke-WebRequest $chiliCreamLicenseMetadataURL -UseBasicParsing | Select-Object -ExpandProperty Content | Out-File $chiliCreamLicenseSavePath