Skip to content

Commit 2e17900

Browse files
author
Colin Robertson
committed
Fix link
1 parent 8612e74 commit 2e17900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/code-quality/code-analysis-for-c-cpp-overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ C:\>cl /analyze Sample.cpp
4040

4141
## #pragma support
4242

43-
You can use the `#pragma` directive to treat warnings as errors; enable or disable warnings, and suppress warnings for individual lines of code. For more information, see [Pragma directives and the `__pragma` and `_Pragma` keywords](./pragma-directives-and-the-pragma-keyword.md).
43+
You can use the `#pragma` directive to treat warnings as errors; enable or disable warnings, and suppress warnings for individual lines of code. For more information, see [Pragma directives and the `__pragma` and `_Pragma` keywords](../preprocessor/pragma-directives-and-the-pragma-keyword.md).
4444

4545
## Annotation support
4646

0 commit comments

Comments
 (0)