Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Coward <leecow@microsoft.com>2020-03-06 20:39:38 +0300
committerGitHub <noreply@github.com>2020-03-06 20:39:38 +0300
commitfe1998e00f6540d1a9acdb61a604b0d7fb05827d (patch)
tree1e6cac4d08e31b28327db803e2bae1959458f7a8
parentb22ec99ff6877a237d4ed31207968aeda759fcca (diff)
parentc5be8161c48b648bbe6efeee9c5f2e4a7cf42cee (diff)
Merge pull request #4365 from dotnet/mairaw-patch-2v3.1.2
Update link to go to the download page
-rw-r--r--samples/RaspberryPiInstructions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/RaspberryPiInstructions.md b/samples/RaspberryPiInstructions.md
index 741368fd..26c5ce83 100644
--- a/samples/RaspberryPiInstructions.md
+++ b/samples/RaspberryPiInstructions.md
@@ -8,7 +8,7 @@ Note: All models of generation 1 and Pi Zero are not supported because the .NET
## Creating an app:
-* [Install .NET Core SDK](https://www.microsoft.com/net/core) into a supported developer configuration.
+* [Install .NET Core SDK](https://dotnet.microsoft.com/download) into a supported developer configuration.
(Raspberry Pi itself is supported only as deployment target but there is an unsupported version of the SDK available as well.)
* From the terminal/commandline create a folder named `helloworld` and go into it.