Skip to content

Commit 3a694b9

Browse files
author
mikeblome
committed
fixed 2 links
1 parent c87bf16 commit 3a694b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/TOC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# [C Runtime Library](c-runtime-library/c-run-time-library-reference.md)
1515
# [C++ Standard Library](standard-library/cpp-standard-library-reference.md)
1616
# [Projects and Build Systems](build/building-c-cpp-programs.md)
17-
# [Writing and refactoring code](writing-and-refactoring-code-cpp.md)
17+
# [Writing and refactoring code](ide/writing-and-refactoring-code-cpp.md)
1818
# [Windows Development](windows/overview-of-windows-programming-in-cpp.md)
1919
# [Linux Development](linux/download-install-and-setup-the-linux-development-workload.md)
2020
# [Cloud and Web Programming in Visual C++](cloud/cloud-and-web-programming-in-visual-cpp.md)

docs/visual-cpp-in-visual-studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Visual C++ in Visual Studio"
2+
title: "C++ in Visual Studio"
33
description: "Visual C++ is the name for the Microsoft C++ compiler, code editor, and related tools in the Visual Studio IDE. Use Visual C++ to develop programs for Windows, Linux, Android and iOS."
44
ms.date: "09/26/2018"
55
ms.technology: "cpp-ide"
@@ -70,7 +70,7 @@ How to use the Visual Studio IDE to create projects, edit code, link to librarie
7070
[Projects and Build Systems](build/building-c-cpp-programs.md)<br/>
7171
How to create and configure Visual Studio C++ projects, CMake projects, and other kinds of projects with MSVC compiler and linker options.
7272

73-
[Writing and refactoring C++ code](ide/writing-and-refactoring-code.md)<br/>
73+
[Writing and refactoring C++ code](ide/writing-and-refactoring-code-cpp.md)<br/>
7474
How to use the productivity features in the C++ editor to refactor, navigate and write code.
7575

7676
[Debugging Native Code](/visualstudio/debugger/debugging-native-code)<br/>

0 commit comments

Comments
 (0)