Skip to content

Commit 21a3521

Browse files
authored
Fix url formatting in BuildCheck/Codes.md (#11631)
1 parent 8777dca commit 21a3521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/specs/BuildCheck/Codes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Report codes are chosen to conform to suggested guidelines. Those guidelines are
2121
Notes:
2222
* 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.
2323
* How can you alter the default configuration? [Please check the Configuration section of the BuildCheck documentation](./BuildCheck.md#sample-configuration)
24-
* 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
24+
* 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)
2525
_Cmd:_
2626
```cmd
2727
dotnet build -bl -check

0 commit comments

Comments
 (0)