Skip to content

Commit b0d9786

Browse files
author
Colin Robertson
authored
Fix broken link in Get Started landing page (#1620)
* Fix broken link in VS Install card on Get Started landing page * Update links, title/H1
1 parent 5d615f7 commit b0d9786

2 files changed

Lines changed: 5 additions & 8 deletions

File tree

docs/get-started/index.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@ sections:
1616
className: cardsM
1717
columns: 3
1818
items:
19-
- href: ../../build/vscpp-step-0-installation.md
19+
- href: ../build/vscpp-step-0-installation.md
2020
html: <p></p>
2121
image:
2222
src: https://docs.microsoft.com/media/common/i_setup.svg
2323
title: Install Visual Studio with C++
24-
- href: /visualstudio/ide/visual-studio-ide
24+
- href: visual-studio-ide-cpp.md
2525
html: <p></p>
2626
image:
2727
src: https://docs.microsoft.com/media/logos/logo_visual-studio.svg
28-
title: A Guided Tour of Visual Studio
28+
title: Start a Guided Tour
2929
- title: C++ tutorials
3030
items:
3131
- type: list

docs/get-started/visual-studio-ide-cpp.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
---
2-
title: "Visual Studio overview for C++ developers"
2+
title: "Overview for C++ developers"
33
description: "The Visual Studio IDE supports C++ development on Windows, Linux, Android and iOS with a code editor, debugger, test frameworks, static analyzers, and other programming tools."
44
ms.date: "12/13/2018"
55
helpviewer_keywords: ["Visual C++, development tools"]
6-
ms.assetid: 56eabafb-1956-4f0f-bec5-29b887763559
76
---
8-
# Welcome to the Visual Studio IDE and compiler tools for C++ development
7+
# Welcome to the Visual Studio IDE | C++
98

109
As part of the Visual Studio Integrated Development Environment (IDE), Microsoft Visual C++ (MSVC) shares many windows and tools in common with other languages. Many of those, including **Solution Explorer**, the code editor, and the debugger, are documented under [Visual Studio IDE](/visualstudio/ide/visual-studio-ide). Often, a shared tool or window has a slightly different set of features for C++ than for the .NET languages or JavaScript. A few windows or tools are only available in Visual Studio Professional or Visual Studio Enterprise editions.
1110

@@ -15,8 +14,6 @@ In addition to shared tools in the Visual Studio IDE, MSVC has several tools spe
1514

1615
A *project* is basically a set of source code files and resources such as images or data files that are built into an executable file.
1716

18-
Visual Studio 2015 provides support for MSBuild projects. You can download Visual Studio extensions for other build systems such as Qt or CMake.
19-
2017
Visual Studio 2017 provides support for any build system or custom build tools that you wish to use, with full support for IntelliSense, browsing and debugging:
2118

2219
- **MSBuild** is the native build system for Visual Studio. When you select **File** > **New** > **Project** from the main menu, you see many kinds of MSBuild *project templates* that get you started quickly developing different kinds of C++ applications.

0 commit comments

Comments
 (0)