From f00e755eeecbaf5718f4df41ab167fef19ee9570 Mon Sep 17 00:00:00 2001 From: MaceWindu Date: Wed, 26 Mar 2025 16:08:39 +0100 Subject: [PATCH] Fix url formatting in BuildCheck/Codes.md --- documentation/specs/BuildCheck/Codes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/specs/BuildCheck/Codes.md b/documentation/specs/BuildCheck/Codes.md index 3557170f825..e9a4c04a20f 100644 --- a/documentation/specs/BuildCheck/Codes.md +++ b/documentation/specs/BuildCheck/Codes.md @@ -21,7 +21,7 @@ Report codes are chosen to conform to suggested guidelines. Those guidelines are Notes: * What does the 'N/A' scope mean? The scope of checks are only applicable and configurable in cases where evaluation-time data are being used and the source of the data is determinable and available. Otherwise the scope of whole build is always checked. * How can you alter the default configuration? [Please check the Configuration section of the BuildCheck documentation](./BuildCheck.md#sample-configuration) - * To enable verbose logging in order to troubleshoot issue(s), enable [binary logging](https://github.com/dotnet/msbuild/blob/main/documentation/wiki/Binary-Log.md#msbuild-binary-log-overview + * To enable verbose logging in order to troubleshoot issue(s), enable [binary logging](https://github.com/dotnet/msbuild/blob/main/documentation/wiki/Binary-Log.md#msbuild-binary-log-overview) _Cmd:_ ```cmd dotnet build -bl -check