Skip to content

Commit f55a610

Browse files
authored
Merge pull request #3101 from gewarren/redirects
Remove links to files that redirect to visual-studio-ide
2 parents bbb3eaa + 57d2000 commit f55a610

File tree

3 files changed

+26
-24
lines changed

3 files changed

+26
-24
lines changed

docs/deployment/clickonce-deployment-samples-and-walkthroughs.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,35 @@ ms.custom: ""
44
ms.date: "11/04/2016"
55
ms.technology: vs-ide-deployment
66
ms.topic: "conceptual"
7-
dev_langs:
7+
dev_langs:
88
- "FSharp"
99
- "VB"
1010
- "CSharp"
1111
- "C++"
12-
helpviewer_keywords:
12+
helpviewer_keywords:
1313
- "applications [Visual Studio], walkthroughs"
1414
- "Visual Studio, deployment walkthroughs"
1515
- "Visual Studio, walkthroughs"
1616
ms.assetid: 3973276b-7b11-4692-a0a2-32bebf0b9c2a
1717
author: mikejo5000
1818
ms.author: mikejo
1919
manager: douge
20-
ms.workload:
20+
ms.workload:
2121
- "multiple"
2222
---
2323
# ClickOnce deployment samples and walkthroughs
24-
This section contains sample applications, example code, and step-by-step walkthroughs that illustrate the syntax, structure, and techniques used to deploy Windows Forms, WPF, and console applications.
25-
26-
The sample code is intended for instructional purposes, and should not be used in deployed solutions without modifications. In particular, security must be taken into greater consideration.
27-
28-
## ClickOnce deployment
29-
30-
|Topic|Description|
31-
|-----------|-----------------|
32-
|[Deploy a ClickOnce application manually](../deployment/walkthrough-manually-deploying-a-clickonce-application.md)|Explains how to use .NET Framework utilities to deploy your ClickOnce application.|
33-
|[Download assemblies on demand with the ClickOnce deployment API](../deployment/walkthrough-downloading-assemblies-on-demand-with-the-clickonce-deployment-api.md)|Demonstrates how to mark certain assemblies in your application as "optional," and how to download them using classes in the <xref:System.Deployment.Application> namespace.|
34-
|[Download assemblies on demand with the ClickOnce deployment API using the designer](../deployment/walkthrough-downloading-assemblies-on-demand-with-the-clickonce-deployment-api-using-the-designer.md)|Explains how to download application assemblies only when they are first used by the application.|
35-
36-
## See also
37-
[Visual Studio walkthroughs](https://msdn.microsoft.com/library/f5399a1f-2d3d-42fb-b989-134ccda2159f)
38-
[Visual Studio samples](../ide/visual-studio-samples.md)
24+
This section contains sample applications, example code, and step-by-step walkthroughs that illustrate the syntax, structure, and techniques used to deploy Windows Forms, WPF, and console applications.
25+
26+
The sample code is intended for instructional purposes, and should not be used in deployed solutions without modifications. In particular, security must be taken into greater consideration.
27+
28+
## ClickOnce deployment
29+
30+
|Topic|Description|
31+
|-----------|-----------------|
32+
|[Deploy a ClickOnce application manually](../deployment/walkthrough-manually-deploying-a-clickonce-application.md)|Explains how to use .NET Framework utilities to deploy your ClickOnce application.|
33+
|[Download assemblies on demand with the ClickOnce deployment API](../deployment/walkthrough-downloading-assemblies-on-demand-with-the-clickonce-deployment-api.md)|Demonstrates how to mark certain assemblies in your application as "optional," and how to download them using classes in the <xref:System.Deployment.Application> namespace.|
34+
|[Download assemblies on demand with the ClickOnce deployment API using the designer](../deployment/walkthrough-downloading-assemblies-on-demand-with-the-clickonce-deployment-api-using-the-designer.md)|Explains how to download application assemblies only when they are first used by the application.|
35+
36+
## See also
37+
38+
- [Visual Studio walkthroughs](https://msdn.microsoft.com/library/f5399a1f-2d3d-42fb-b989-134ccda2159f)

docs/ide/getting-started-with-cpp-in-visual-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Now that you've verified that everything works, you can prepare a release build
146146

147147
When this build completes, you've created an app that you can copy and run in any command prompt window. It may not do much, but it's the gateway to greater things.
148148

149-
Congratulations on completing this quickstart! If you want to explore more examples, see [Visual Studio samples](../ide/visual-studio-samples.md).
149+
Congratulations on completing this quickstart!
150150

151151
## See also
152152

docs/install/install-visual-studio.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,15 +124,17 @@ For more information, see the [Change installation locations in Visual Studio](c
124124

125125
## Step 8 - Start developing
126126

127-
1. After Visual Studio installation is complete, click the **Launch** button to [get started developing with Visual Studio](../ide/get-started-developing-with-visual-studio.md).
127+
1. After Visual Studio installation is complete, click the **Launch** button to get started developing with Visual Studio.
128128

129129
2. Click **File**, and then click **New Project**.
130130

131-
3. Select a project type. <br><br>
132-
For example, to [build a C++ app](../ide/getting-started-with-cpp-in-visual-studio.md), click **Installed**, expand **Visual C++**, and then select the C++ project type that you want to build. <br><br>
133-
To [build a C# app](../ide/walkthrough-create-a-simple-application-with-visual-csharp-or-visual-basic.md), click **Installed**, expand **Visual C#**, and then select the C# project type that you want to build.
131+
3. Select a project type.
134132

135-
[!INCLUDE[install_get_support_md](includes/install_get_support_md.md)] 
133+
For example, to [build a C++ app](../ide/getting-started-with-cpp-in-visual-studio.md), click **Installed**, expand **Visual C++**, and then select the C++ project type that you want to build.
134+
135+
To [build a C# app](../ide/walkthrough-create-a-simple-application-with-visual-csharp-or-visual-basic.md), click **Installed**, expand **Visual C#**, and then select the C# project type that you want to build.
136+
137+
[!INCLUDE[install_get_support_md](includes/install_get_support_md.md)]
136138

137139
## See also
138140

0 commit comments

Comments
 (0)