Skip to content

Commit 52331f7

Browse files
author
mikeblome
committed
updated breadcrumb and toc files for landing page
1 parent 61d9870 commit 52331f7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/TOC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# [.NET Development with C++/CLI](dotnet/dotnet-programming-with-cpp-cli-visual-cpp.md)
1414
# [Cloud and Web Programming in Visual C++](cloud/cloud-and-web-programming-in-visual-cpp.md)
1515
# [Parallel Programming](parallel/parallel-programming-in-visual-cpp.md)
16-
# [Data Access](data/data-access-programming-mfc-atl.md)
16+
# [Data Access](data/index.md)
1717
# [Text and Strings](text/text-and-strings-in-visual-cpp.md)
1818
# [Using the Visual Studio IDE for C++](ide/ide-and-tools-for-visual-cpp-development.md)
1919
# [Compilers and Build Tools](build/building-c-cpp-programs.md)

docs/_breadcrumb/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
topicHref: /cpp/parallel/parallel-programming-in-visual-cpp
6969
- name: Data Access
7070
tocHref: /cpp/data/
71-
topicHref: /cpp/data/data-access
71+
topicHref: /cpp/data/
7272
items:
7373
- name: OLEDB
7474
tocHref: /cpp/data/oledb/

docs/cppcx/visual-c-language-reference-c-cx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ C++/CX is a set of extensions to the C++ language that enable the creation of Wi
2121

2222
- C++ Windows apps that use XAML to define the user interface and use the native stack. For more information, see [Create a "hello world" app in C++ (Windows 10)](http://msdn.microsoft.com/library/windows/apps/dn996906.aspx).
2323

24-
- C++ [!INCLUDE[wrt](../cppcx/includes/wrt-md.md)] components that can be consumed by JavaScript-based Windows apps. For more information, see [Creating Windows Runtime Components in C++](http://msdn.microsoft.com/library/hh441569.aspx)[Creating Windows Runtime Components in C++](/MicrosoftDocs/windows-uwp/blob/docs/windows-apps-src/winrt-components/creating-windows-runtime-components-in-cpp.md).
24+
- C++ [!INCLUDE[wrt](../cppcx/includes/wrt-md.md)] components that can be consumed by JavaScript-based Windows apps. For more information, see [Creating Windows Runtime Components in C++](/MicrosoftDocs/windows-uwp/blob/docs/windows-apps-src/winrt-components/creating-windows-runtime-components-in-cpp.md).
2525

2626
- Windows DirectX games and graphics-intensive apps. For more information, see [Create a simple Universal Windows Platform (UWP) Game with DirectX](http://msdn.microsoft.com/library/windows/apps/xaml/mt210793.aspx).
2727

0 commit comments

Comments
 (0)