Skip to content

Commit 5505d70

Browse files
TylerMSFTTylerMSFT
andauthored
address perf (#5515)
* address perf * rename * renaming * refactoring * fix links * links * refactor * updates * try again for redirect * edits * edits --------- Co-authored-by: TylerMSFT <[email protected]>
1 parent 86d391a commit 5505d70

14 files changed

+125
-138
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "docs/windows/desktop-applications-visual-cpp.md",
5+
"redirect_url": "/cpp/windows/overview-of-windows-programming-in-cpp",
6+
"redirect_document_id": true
7+
},
38
{
49
"source_path": "docs/cpp-conformance-improvements-2017.md",
510
"redirect_url": "/cpp/overview/cpp-conformance-improvements",

docs/build/walkthrough-creating-and-using-a-static-library-cpp.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,5 +290,4 @@ The instructions for how to create the project vary depending on your version of
290290
291291
## See also
292292
293-
[Walkthrough: Creating and Using a Dynamic Link Library (C++)](../build/walkthrough-creating-and-using-a-dynamic-link-library-cpp.md)<br/>
294-
[Desktop Applications (Visual C++)](../windows/desktop-applications-visual-cpp.md)<br/>
293+
[Walkthrough: Creating and Using a Dynamic Link Library (C++)](../build/walkthrough-creating-and-using-a-dynamic-link-library-cpp.md)

docs/cpp/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### YamlMime:Landing
2-
title: C++ language documentation
2+
title: C++ documentation
33
summary: Learn to use C++ and the C++ standard library.
44

55
metadata:
@@ -76,7 +76,7 @@ landingContent:
7676
url: ../build/reference/compiling-a-c-cpp-program.md
7777
- text: Linker reference
7878
url: ../build/reference/linking.md
79-
- text: Additional build tools
79+
- text: More build tools
8080
url: ../build/reference/c-cpp-build-tools.md
8181
- text: Errors and warnings
8282
url: ../error-messages/compiler-errors-1/c-cpp-build-errors.md

docs/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ additionalContent:
164164
- text: Universal Windows Platform development
165165
url: cppcx/universal-windows-apps-cpp.md
166166
- text: Windows Desktop development
167-
url: ./windows/desktop-applications-visual-cpp.md
167+
url: windows/overview-of-windows-programming-in-cpp.md
168168
- text: Linux development
169169
url: linux/index.yml
170170
- text: Embedded development

docs/overview/overview-of-cpp-development.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ If your program has a user interface, you can use a designer to quickly populate
6666

6767
![Screenshot of the Designer and Toolbox windows.](media/vs2017-toolbox-designer.png "Visual Studio 2017 Toolbox and designer")
6868

69-
For more information about designing a user interface for a Universal Windows Platform app, see [Design and UI](https://developer.microsoft.com/windows/design).
70-
71-
For more information about creating a user interface for an MFC application, see [MFC Desktop Applications](../mfc/mfc-desktop-applications.md). For information about Win32 Windows programs, see [Windows Desktop Applications](../windows/desktop-applications-visual-cpp.md).
69+
- For more information about designing a user interface for a Universal Windows Platform app, see [Design and UI](https://developer.microsoft.com/windows/design).
70+
- For more information about creating a user interface for an MFC application, see [MFC Desktop Applications](../mfc/mfc-desktop-applications.md).
71+
- For information about Win32 Windows programs, see [Windows C++ desktop application types](../windows/overview-of-windows-programming-in-cpp.md).
7272

7373
## Write code
7474

docs/overview/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ items:
22
- name: Microsoft C/C++ in Visual Studio
33
expanded: false
44
items:
5-
- name: C++ in Visual Studio
5+
- name: C and C++ in Visual Studio
66
href: ../overview/visual-cpp-in-visual-studio.md
77
- name: Overview of C++ development in Visual Studio
88
href: ../overview/overview-of-cpp-development.md

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Create unit tests using the Microsoft Unit Testing Framework for C++, Google Tes
121121

122122
## Write C/C++ applications using Visual Studio
123123

124-
[Desktop applications (C++)](../windows/desktop-applications-visual-cpp.md)\
124+
[Windows C++ desktop application types](../windows/overview-of-windows-programming-in-cpp.md)\
125125
Learn how to create traditional native C++ desktop applications for Windows.
126126

127127
[.NET programming with C++/CLI](../dotnet/dotnet-programming-with-cpp-cli-visual-cpp.md)\

docs/windows/desktop-applications-visual-cpp.md

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)