Skip to content

Commit e43bd51

Browse files
authored
Merge pull request #102 from rpezo77/Main
Updating GDK Templates link in Readme.md
2 parents e14923c + 3c80d8d commit e43bd51

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.MD

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,11 @@ To install it, you can follow these instructions:
110110

111111
#### ![GitHub Icon](./resources/images/GitHub_24.png) GitHub
112112
[![Latest Release](https://img.shields.io/github/v/release/microsoft/GDK)](https://github.com/microsoft/GDK/releases/latest)
113-
[![Github All Releases](https://img.shields.io/github/downloads/microsoft/GDK/total.svg)]()
113+
[![Latest Release Downloads](https://img.shields.io/github/downloads/Microsoft/GDK/latest/total.svg)](https://github.com/microsoft/GDK/releases/latest)
114+
[![All Releases Downloads](https://img.shields.io/github/downloads/microsoft/GDK/total.svg)](https://github.com/microsoft/GDK/releases)
114115
</br>
115116

116-
117-
**Download:** Go to the Releases page and pick the latest and greatest. Alternatively, you can select the respective version required and download/extract the contents.
117+
**Download:** Go to the [Releases](https://github.com/microsoft/GDK/releases) page and pick the [latest and greatest](https://github.com/microsoft/GDK/releases/latest). Alternatively, you can select the respective version required and download/extract the contents.
118118

119119
**Install:** Run PGDK.EXE to launch the install wizard. If you have a previous version of the GDK you may need to uninstall that first.
120120

@@ -136,7 +136,7 @@ To install it, you can follow these instructions:
136136

137137
[![MarketPlace Available](https://img.shields.io/badge/Marketplace-Available-blue?logo=visualstudiocode)](https://marketplace.visualstudio.com/)
138138

139-
The [Visual Studio Extension for GDK Development](https://marketplace.visualstudio.com/items?itemName=XboxGDK.Microsoft-GDK-Direct3DGame-Standalone) is now publicly available on the Visual Studio Marketplace. This extension includes two project templates that simplify the process of getting started with GDK development—enabling you to build a GDK game without installing the GDK itself.
139+
The [Visual Studio Extension for GDK Development](https://aka.ms/gdktemplates) is now publicly available on the Visual Studio Marketplace. This extension includes two project templates that simplify the process of getting started with GDK development—enabling you to build a GDK game without installing the GDK itself.
140140

141141
Thanks to the availability of the GDK through [vcpkg](https://github.com/microsoft/vcpkg), an open-source C++ package manager, the templates automatically retrieve all necessary GDK components during project setup.
142142

0 commit comments

Comments
 (0)