Skip to content

Commit 5453317

Browse files
Merge pull request #288992 from Albertyang0/2024_10-Monthly-broken-links-fix-dominicbetts
2024 10 monthly broken links fix dominicbetts
2 parents 10523bd + 22fd53d commit 5453317

6 files changed

+6
-6
lines changed

includes/iot-central-connect-device-c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ gcc --version
4343
To complete this tutorial on Windows, install the following software on your local Windows environment:
4444

4545
* [Visual Studio (Community, Professional, or Enterprise)](https://visualstudio.microsoft.com/downloads/) - make sure you include the **Desktop Development with C++** workload when you [install](/cpp/build/vscpp-step-0-installation?preserve-view=true&view=vs-2019) Visual Studio.
46-
* [Git](https://git-scm.com/download/).
46+
* [Git](https://git-scm.com/downloads).
4747
* [CMake](https://cmake.org/download/).
4848

4949
## Download the code

includes/iot-pnp-connect-device-c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ gcc --version
4343
To complete this tutorial on Windows, install the following software in your local Windows environment:
4444

4545
* [Visual Studio (Community, Professional, or Enterprise)](https://visualstudio.microsoft.com/downloads/) - make sure you include the **Desktop Development with C++** workload when you [install](/cpp/build/vscpp-step-0-installation?preserve-view=true&view=vs-2019) Visual Studio.
46-
* [Git](https://git-scm.com/download/).
46+
* [Git](https://git-scm.com/downloads).
4747
* [CMake](https://cmake.org/download/).
4848

4949
## Download the code

includes/iot-pnp-connect-device-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This tutorial shows you how to build a sample IoT Plug and Play device applicati
1717
You can run this tutorial on Linux or Windows. The shell commands in this tutorial follow the Linux convention for path separators '`/`', if you're following along on Windows be sure to swap these separators for '`\`'.
1818

1919
* The latest [.NET SDK](https://dotnet.microsoft.com/download) for your platform.
20-
* [Git](https://git-scm.com/download/).
20+
* [Git](https://git-scm.com/downloads).
2121

2222
## Download the code
2323

includes/iot-pnp-multiple-components-c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ gcc --version
5151
To complete this tutorial on Windows, install the following software on your local Windows environment:
5252

5353
* [Visual Studio (Community, Professional, or Enterprise)](https://visualstudio.microsoft.com/downloads/) - make sure you include the **Desktop Development with C++** workload when you [install](/cpp/build/vscpp-step-0-installation?preserve-view=true&view=vs-2019) Visual Studio.
54-
* [Git](https://git-scm.com/download/).
54+
* [Git](https://git-scm.com/downloads).
5555
* [CMake](https://cmake.org/download/).
5656

5757
## Download the code

includes/iot-pnp-multiple-components-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ In this tutorial, you:
2525
You can run this tutorial on Linux or Windows. The shell commands in this tutorial follow the Linux convention for path separators '`/`', if you're following along on Windows be sure to swap these separators for '`\`'.
2626

2727
* The latest [.NET SDK](https://dotnet.microsoft.com/download) for your platform.
28-
* [Git](https://git-scm.com/download/).
28+
* [Git](https://git-scm.com/downloads).
2929

3030
### Clone the SDK repository with the sample code
3131

includes/iot-pnp-service-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ IoT Plug and Play simplifies IoT by enabling you to interact with a device's cap
1515
You can run this tutorial on Linux or Windows. The shell commands in this tutorial follow the Linux convention for path separators '`/`', if you're following along on Windows be sure to swap these separators for '`\`'.
1616

1717
* The latest [.NET SDK](https://dotnet.microsoft.com/download) for your platform.
18-
* [Git](https://git-scm.com/download/).
18+
* [Git](https://git-scm.com/downloads).
1919

2020
### Clone the SDK repository with the sample code
2121

0 commit comments

Comments
 (0)