From 63a377e13c220337c812ea52ddb2cb6d36155c47 Mon Sep 17 00:00:00 2001 From: Anusha Kolan Date: Thu, 6 Aug 2026 16:19:57 -0700 Subject: [PATCH] fix: update ChilliCream license URL to new path after repo restructure --- scripts/notice-generation.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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