diff --git a/build.ps1 b/build.ps1 index 8b1484e1..0783beb8 100644 --- a/build.ps1 +++ b/build.ps1 @@ -14,7 +14,7 @@ param ( [switch]$code, [string]$ProjectDir = $PSScriptRoot, [string]$localNodePath = "releasenotes.md", - [string]$NoteUrl = "http://localhost:1313/releasenotes.md" + [string]$NoteUrl = "https://raw.githubusercontent.com/emadadel4/ITT/refs/heads/update/releasenotes.md" )