Skip to content

Commit 9ddf668

Browse files
author
Michael Blome
committed
fixes to very top default toc
1 parent 6224c99 commit 9ddf668

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

docs/TOC.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
# [Visual C++ in Visual Studio 2017 RC](top/visual-cpp-in-visual-studio.md)
22
# [What's New for Visual C++ in Visual Studio 2017 RC](top/what-s-new-for-visual-cpp-in-visual-studio.md)
33
# [Supported Platforms (Visual C++)](top/supported-platforms-visual-cpp.md)
4-
# [C Language](c-language\TOC.md)
5-
# [C++ Language](cpp\TOC.md)
6-
# [C/C++ Preprocessor](preprocessor\TOC.md)
7-
# [C Runtime Library](c-runtime-library\TOC.md)
8-
# [C++ Standard Library](standard-library\TOC.md)
9-
# [Windows Development](windows\TOC.md)
10-
# [Linux Development](linux\TOC.md)
11-
# [.NET Development](dotnet\TOC.md)
4+
# [C Language](c-language/c-language-reference.md)
5+
# [C++ Language](cpp/cpp-language-reference.md)
6+
# [C/C++ Preprocessor](preprocessor/c-cpp-preprocessor-reference.md)
7+
# [C Runtime Library](c-runtime-library/c-run-time-library-reference.md)
8+
# [C++ Standard Library](standard-library/cpp-standard-library-reference.md)
9+
# [Windows Development](windows/overview-of-windows-programming-in-cpp.md)
10+
# [Linux Development](linux/download-install-and-setup-the-linux-development-workload.md)
11+
# [.NET Development with C++/CLI](dotnet/dotnet-programming-with-cpp-cli-visual-cpp.md)
1212
# [Cloud and Web Programming in Visual C++](top/cloud-and-web-programming-in-visual-cpp.md)
1313
## [C++ REST SDK (Codename "Casablanca")](top/cpp-rest-sdk-codename-casablanca.md)
14-
# [Parallel Programming](parallel\TOC.md)
15-
# [Data Access](data\TOC.md)
16-
# [Text and Strings](text\TOC.md)
17-
# [Using the Visual Studio IDE for C++](ide\TOC.md)
18-
# [Compilers and Build Tools](build/TOC.md)
19-
# [Porting and Upgrading Visual C++ Code](porting\TOC.md)
14+
# [Parallel Programming](parallel/dotnet-programming-with-cpp-cli-visual-cpp.md)
15+
# [Data Access](data/data-access-programming-mfc-atl.md)
16+
# [Text and Strings](text/text-and-strings-in-visual-cpp.md)
17+
# [Using the Visual Studio IDE for C++](ide/ide-and-tools-for-visual-cpp-development.md)
18+
# [Compilers and Build Tools](build/building-c-cpp-programs.md)
19+
# [Porting and Upgrading Visual C++ Code](porting/visual-cpp-porting-and-upgrading-guide.md)
2020
# [Security Best Practices for C++](top/security-best-practices-for-cpp.md)
2121
## [Running as a Member of the Users Group](top/running-as-a-member-of-the-users-group.md)
2222
## [How User Account Control (UAC) Affects Your Application](top/how-user-account-control-uac-affects-your-application.md)

0 commit comments

Comments
 (0)