Skip to content

Commit 2536835

Browse files
authored
Fix links
1 parent 8a6be23 commit 2536835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/msbuild/errors/msb6006.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This error occurs when a command is executed and returns a non-zero exit code, o
2424
'process' exited with code `exit code`
2525
```
2626

27-
Look to the output of the command to determine the root cause of the failure. If logging was enabled in the build, the output might be written to the build log. See [View, save, and configure build logs](../ide/how-to-view-save-and-configure-build-log-files) and [Obtaining build logs with MSBuild](obtaining-build-logs-with-msbuild.md).
27+
Look to the output of the command to determine the root cause of the failure. If logging was enabled in the build, the output might be written to the build log. See [View, save, and configure build logs](../../ide/how-to-view-save-and-configure-build-log-files.md) and [Obtaining build logs with MSBuild](../obtaining-build-logs-with-msbuild.md).
2828

2929
To diagnose the error, first enable a diagnostic log (use the `-verbosity:diag` command-line switch), and check the MSBuild log file with the full diagnostics output. For bigger output logs on large projects, consider using the binary log (`-bl` command-line switch) and the [MSBuild Structured Log Viewer](https://msbuildlog.com/) to view the output more easily.
3030

0 commit comments

Comments
 (0)