From b43da8aa5decc2e1cfef7673e73c5eb5f907611e Mon Sep 17 00:00:00 2001 From: R-penguins <38819653+R-penguins@users.noreply.github.com> Date: Thu, 7 May 2020 13:55:05 -0400 Subject: [PATCH] Update Image Watch Tutorial Updated the Windows Visual Studio Image Watch tutorial to include download links to the latest versions of Visual Studio Image Watch for newer Visual Studio versions. --- .../windows_visual_studio_image_watch.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/tutorials/introduction/windows_visual_studio_image_watch/windows_visual_studio_image_watch.markdown b/doc/tutorials/introduction/windows_visual_studio_image_watch/windows_visual_studio_image_watch.markdown index 6c957b3fd5..8bc2b32fff 100644 --- a/doc/tutorials/introduction/windows_visual_studio_image_watch/windows_visual_studio_image_watch.markdown +++ b/doc/tutorials/introduction/windows_visual_studio_image_watch/windows_visual_studio_image_watch.markdown @@ -18,8 +18,8 @@ This tutorial assumes that you have the following available: Installation ------------ -[Download](http://go.microsoft.com/fwlink/?LinkId=285460) the Image Watch installer. The installer -comes in a single file with extension .vsix (*Visual Studio Extension*). To launch it, simply +Download the Image Watch installer. ([Visual Studio 2019](https://marketplace.visualstudio.com/items?itemName=VisualCPPTeam.ImageWatch2019) | [Visual Studio 2017](https://marketplace.visualstudio.com/items?itemName=VisualCPPTeam.ImageWatch2017) | [Visual Studio 2012, 2013, 2015](https://marketplace.visualstudio.com/items?itemName=VisualCPPTeam.ImageWatch)) +The installer comes in a single file with extension .vsix (*Visual Studio Extension*). To launch it, simply double-click on the .vsix file in Windows Explorer. When the installer has finished, make sure to restart Visual Studio to complete the installation.