Skip to content

Commit f02685a

Browse files
committed
Add tags to 2019 download links
1 parent 94b4d1a commit f02685a

11 files changed

+12
-12
lines changed

docs/containers/container-tools-react.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ With Visual Studio, you can easily build, debug, and run containerized ASP.NET C
1818

1919
::: moniker range="vs-2019"
2020
* [Docker Desktop](https://hub.docker.com/editions/community/docker-ce-desktop-windows)
21-
* [Visual Studio 2019](https://visualstudio.microsoft.com/downloads) with the **Web Development**, **Azure Tools** workload, and/or **.NET Core cross-platform development** workload installed
21+
* [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta) with the **Web Development**, **Azure Tools** workload, and/or **.NET Core cross-platform development** workload installed
2222
* [.NET Core 3.1 Development Tools](https://dotnet.microsoft.com/download/dotnet-core/3.1) for development with .NET Core 3.1.
2323
* To publish to Azure Container Registry, an Azure subscription. [Sign up for a free trial](https://azure.microsoft.com/offers/ms-azr-0044p/).
2424
* [Node.js](https://nodejs.org/en/download/)

docs/containers/view-and-diagnose-containers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ You can also view information about container images using the **Containers** wi
2121
:::moniker range="vs-2019"
2222

2323
- [Docker Desktop](https://hub.docker.com/editions/community/docker-ce-desktop-windows)
24-
- [Visual Studio 2019 version 16.4](https://visualstudio.microsoft.com/downloads) or later.
24+
- [Visual Studio 2019 version 16.4](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta) or later.
2525
:::moniker-end
2626
:::moniker range=">=vs-2022"
2727
- [Docker Desktop](https://hub.docker.com/editions/community/docker-ce-desktop-windows)
28-
- [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta) or [Visual Studio 2019 version 16.4](https://visualstudio.microsoft.com/downloads) or later.
28+
- [Visual Studio 2022](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta) or [Visual Studio 2019 version 16.4](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta) or later.
2929
- For the Docker Compose node, [Visual Studio 2022 version 17.7 or later](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta) and Docker v2, which is installed with Docker Desktop and is on by default.
3030

3131
:::moniker-end

docs/ide/template-tags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ helpviewer_keywords:
1919

2020
[!INCLUDE [Visual Studio](~/includes/applies-to-version/vs-windows-only.md)]
2121

22-
Starting in [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/) version 16.1 Preview 2, you can add language, platform, and project type tags to your project templates.
22+
Starting in [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta) version 16.1 Preview 2, you can add language, platform, and project type tags to your project templates.
2323

2424
Tags are used in two places in the **New Project** dialog box:
2525

docs/ide/visual-studio-experience-improvement-program.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The VSCEIP is turned on by default. You can turn it off, or back on again, by fo
3737

3838
#### Registry settings
3939

40-
If you install the [Build Tools for Visual Studio](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta/#build-tools-for-visual-studio-2017), you must update the registry to configure the VSCEIP. Enterprise customers can construct a group policy to opt in or out of the VSCEIP by setting a registry-based policy.
40+
If you install the [Build Tools for Visual Studio](https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2017), you must update the registry to configure the VSCEIP. Enterprise customers can construct a group policy to opt in or out of the VSCEIP by setting a registry-based policy.
4141

4242
The relevant registry key and settings are as follows:
4343

docs/ide/whats-new-visual-studio-2019.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ ms.workload:
2424
**Updated for the 16.11 release.** See [full release notes](/visualstudio/releases/2019/release-notes/) | View [product roadmap](/visualstudio/productinfo/vs2019-roadmap)
2525

2626
>[!div class="button"]
27-
>[Download Visual Studio 2019](https://visualstudio.microsoft.com/downloads/)
27+
>[Download Visual Studio 2019](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta)
2828
2929
With Visual Studio 2019, you'll get best-in-class tools and services for any developer, any app, and any platform. Whether you're using Visual Studio for the first time or you've been using it for years, there's a lot to like in our current version!
3030

docs/install/workload-component-id-vs-build-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To install these components by using the manual installer, download and run the
3737

3838
[!INCLUDE[workloads-components-header-2022_md](includes/workloads-components-header-2022.md)]
3939

40-
To install these components by using the manual installer, download and run the [Build Tools for Visual Studio](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta/#build-tools-for-visual-studio-2022).
40+
To install these components by using the manual installer, download and run the [Build Tools for Visual Studio](https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2022).
4141

4242
[!INCLUDE[Visual Studio Build Tools 2022](includes/vs-2022/workload-component-id-vs-build-tools.md)]
4343

docs/javascript/publish-nodejs-app-azure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ In this tutorial, you learn how to:
3737

3838
* You must have Visual Studio installed and the Node.js development workload.
3939

40-
If you haven't already installed Visual Studio 2019, go to the [Visual Studio downloads](https://visualstudio.microsoft.com/downloads/) page to install it for free.
40+
If you haven't already installed Visual Studio 2019, go to the [Visual Studio downloads](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta/) page to install it for free.
4141

4242
If you need to install the workload but already have Visual Studio, go to **Tools** > **Get Tools and Features...**, which opens the Visual Studio Installer. Choose the **Node.js development** workload, then choose **Modify**.
4343

docs/javascript/quickstart-vuejs-with-nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ In this 5-10 minute introduction to the Visual Studio integrated development env
2828

2929
* You must have Visual Studio installed and the Node.js development workload.
3030

31-
If you haven't already installed Visual Studio 2019, go to the [Visual Studio downloads](https://visualstudio.microsoft.com/downloads/) page to install it for free.
31+
If you haven't already installed Visual Studio 2019, go to the [Visual Studio downloads](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta) page to install it for free.
3232

3333
If you need to install the workload but already have Visual Studio, go to **Tools** > **Get Tools and Features...**, which opens the Visual Studio Installer. Choose the **Node.js development** workload, then choose **Modify**.
3434

docs/javascript/tutorial-aspnet-with-typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ In this tutorial, you learn how to:
4646
If you haven't already installed Visual Studio 2022, go to the [Visual Studio downloads](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta) page to install it for free.
4747
::: moniker-end
4848
::: moniker range="vs-2019"
49-
If you haven't already installed Visual Studio 2019, go to the [Visual Studio downloads](https://visualstudio.microsoft.com/downloads/) page to install it for free.
49+
If you haven't already installed Visual Studio 2019, go to the [Visual Studio downloads](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta) page to install it for free.
5050
::: moniker-end
5151

5252
If you need to install the workload but already have Visual Studio, go to **Tools** > **Get Tools and Features...**, which opens the Visual Studio Installer. Choose the **ASP.NET and web development** workload, then choose **Modify**.

docs/msbuild/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ highlightedContent:
1818
items:
1919
- title: Visual Studio
2020
itemType: download
21-
url: hhttps://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta
21+
url: https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta
2222
- title: .NET SDK
2323
itemType: download
2424
url: https://dotnet.microsoft.com/download

gamedev/unity/unity-scripting-upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ With the release of Unity 2017.1, Unity introduced an experimental version of it
2121
## Prerequisites
2222

2323
* [Unity 2022.2 or above](https://unity3d.com/) (2022.1.7 recommended)
24-
* [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/)
24+
* [Visual Studio 2019](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-cta)
2525

2626
## Enabling the .NET 4.x scripting runtime in Unity
2727

0 commit comments

Comments
 (0)