aboutsummaryrefslogtreecommitdiff
path: root/scripts/azure-pipelines/windows/Check-ManifestFormatting.ps1
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/azure-pipelines/windows/Check-ManifestFormatting.ps1')
-rw-r--r--scripts/azure-pipelines/windows/Check-ManifestFormatting.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/azure-pipelines/windows/Check-ManifestFormatting.ps1 b/scripts/azure-pipelines/windows/Check-ManifestFormatting.ps1
index 6e97ba35c..e4c59582d 100644
--- a/scripts/azure-pipelines/windows/Check-ManifestFormatting.ps1
+++ b/scripts/azure-pipelines/windows/Check-ManifestFormatting.ps1
@@ -37,7 +37,7 @@ if (-not $IgnoreErrors -and $null -ne $changedFiles)
$msg = @(
"",
"The formatting of the manifest files didn't match our expectation.",
- "See https://github.com/microsoft/vcpkg/blob/master/docs/maintainers/maintainer-guide.md#manifest for solution."
+ "See github.com/microsoft/vcpkg/blob/master/docs/maintainers/maintainer-guide.md#manifest for solution."
)
$msg += ""