Skip to content

Commit fcccd2e

Browse files
author
Colin Robertson
authored
Merge pull request MicrosoftDocs#2213 from MicrosoftDocs/master637256805400265360
Fix git push error for protected CLA branch
2 parents 0159f5e + c8524b6 commit fcccd2e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

docs/build-insights/get-started-with-cpp-build-insights.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The main components of this technology are:
2525
- a Windows Performance Analyzer (WPA) extension that allows you to view build traces in WPA, and
2626
- the C++ Build Insights SDK, a software development kit for creating your own tools that consume C++ Build Insights data.
2727

28-
Click on the links below to quickly get started with these components:
28+
## Documentation sections
2929

3030
[Tutorial: vcperf and Windows Performance Analyzer](tutorials/vcperf-and-wpa.md)\
3131
Learn how to collect build traces for your C++ projects and how to view them in WPA.
@@ -36,4 +36,16 @@ Discover useful WPA tips for analyzing your build traces.
3636
[C++ Build Insights SDK](reference/sdk/overview.md)\
3737
An overview of the C++ Build Insights SDK.
3838

39+
## Articles
40+
41+
Read these articles from the official C++ team blog for more information on C++ Build Insights:
42+
43+
[Introducing C++ Build Insights](https://devblogs.microsoft.com/cppblog/introducing-c-build-insights/)
44+
45+
[Analyze your builds programmatically with the C++ Build Insights SDK](https://devblogs.microsoft.com/cppblog/analyze-your-builds-programmatically-with-the-c-build-insights-sdk/)
46+
47+
[Finding build bottlenecks with C++ Build Insights](https://devblogs.microsoft.com/cppblog/finding-build-bottlenecks-with-cpp-build-insights/)
48+
49+
[Faster builds with PCH suggestions from C++ Build Insights](https://devblogs.microsoft.com/cppblog/faster-builds-with-pch-suggestions-from-c-build-insights/)
50+
3951
::: moniker-end

docs/c-runtime-library/reference/printf-printf-l-wprintf-wprintf-l.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ Address as: 0012FF3C
189189

190190
## See also
191191

192+
[Format Specification Syntax: printf and wprintf Functions](../format-specification-syntax-printf-and-wprintf-functions.md)<br/>
192193
[Floating-Point Support](../../c-runtime-library/floating-point-support.md)<br/>
193194
[Stream I/O](../../c-runtime-library/stream-i-o.md)<br/>
194195
[Locale](../../c-runtime-library/locale.md)<br/>

0 commit comments

Comments
 (0)