There was an error while loading. Please reload this page.
1 parent 0c7d7c5 commit 63a377eCopy full SHA for 63a377e
1 file changed
scripts/notice-generation.ps1
@@ -9,7 +9,7 @@ param (
9
10
# Download and save the ChilliCream License 1.0 from ChilliCream/graphql-platform GitHub repo
11
$chiliCreamLicenseSavePath = "$BuildArtifactStagingDir/chillicreamlicense.txt"
12
-$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"
13
Invoke-WebRequest $chiliCreamLicenseMetadataURL -UseBasicParsing |
14
Select-Object -ExpandProperty Content |
15
Out-File $chiliCreamLicenseSavePath
0 commit comments