From 6314c00144741f01cd437909006898ee9a9a66f0 Mon Sep 17 00:00:00 2001 From: Andy Doyle Date: Sun, 20 Nov 2016 06:33:08 +0000 Subject: [PATCH] Windows 32-bit/64-bit URLs mixed up (#343) The 32-bit link downloads the x64 executable, and the 64-bit link downloads the x86 executable. --- release-notes/preview3-download.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-notes/preview3-download.md b/release-notes/preview3-download.md index 66d9502b..0a546ce5 100644 --- a/release-notes/preview3-download.md +++ b/release-notes/preview3-download.md @@ -4,7 +4,7 @@ The installers and binary archives on this page include .NET Core 1.0 SDK Previe | .NET Core 1.1 Preview 1 | Installer | Binaries | | ----------------------- | :----------------------------------------------: | :----------------------------------------------:| -| Windows | [32-bit](https://go.microsoft.com/fwlink/?LinkID=835132) / [64-bit](https://go.microsoft.com/fwlink/?LinkID=835138) | [32-bit](https://go.microsoft.com/fwlink/?LinkID=835139) / [64-bit](https://go.microsoft.com/fwlink/?LinkID=835127) | +| Windows | [32-bit](https://go.microsoft.com/fwlink/?LinkID=835138) / [64-bit](https://go.microsoft.com/fwlink/?LinkID=835132) | [32-bit](https://go.microsoft.com/fwlink/?LinkID=835139) / [64-bit](https://go.microsoft.com/fwlink/?LinkID=835127) | | macOS | [64-bit](https://go.microsoft.com/fwlink/?LinkID=835133) | [64-bit](https://go.microsoft.com/fwlink/?LinkID=835129) | | CentOS 7.1 | - | [64-bit](https://go.microsoft.com/fwlink/?LinkID=835137) | | Debian 8 | - | [64-bit](https://go.microsoft.com/fwlink/?LinkID=835131) |