Skip to content

Commit

Permalink
Fix broken url (#74924)
Browse files Browse the repository at this point in the history
  • Loading branch information
RikkiGibson authored Aug 28, 2024
1 parent 8e04e3a commit 29af7c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/test-build-correctness.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ catch {
Write-Host $_
Write-Host $_.Exception
Write-Host $_.ScriptStackTrace
Write-Host "##vso[task.logissue type=error]How to investigate bootstrap failures: https://github.com/dotnet/roslyn/blob/main/docs/compilers/Bootstrap%20Builds.md#Investigating"
Write-Host "##vso[task.logissue type=error]How to investigate bootstrap failures: https://github.com/dotnet/roslyn/blob/main/docs/contributing/Bootstrap%20Builds.md#Investigating"
ExitWithExitCode 1
}
finally {
Expand Down

0 comments on commit 29af7c3

Please # to comment.