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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorImmo Landwerth <immol@microsoft.com>2017-04-20 21:18:59 +0300
committerImmo Landwerth <immol@microsoft.com>2017-04-20 21:18:59 +0300
commit68654996af26a058144c1c634b62b9179bded0fd (patch)
tree19fa94965951aa1c669f1f02d265f35950ae34fd /Documentation
parentd0ac67a28a66f5f1017318e13129239c804d663e (diff)
Address Eric Erhardt's feedback
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/project-docs/dogfooding.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/project-docs/dogfooding.md b/Documentation/project-docs/dogfooding.md
index 2ddef64488..fc3589ece6 100644
--- a/Documentation/project-docs/dogfooding.md
+++ b/Documentation/project-docs/dogfooding.md
@@ -243,14 +243,14 @@ In a future update to Visual Studio, it will no longer be necessary to make this
The URL scheme for the runtime is as follows:
```
-https://dotnetcli.blob.core.windows.net/dotnet/master/Installers/$version$/dotnet-win-x64.$version$.exe
+https://dotnetcli.blob.core.windows.net/dotnet/master/Installers/$version$/dotnet-$os$-$arch$.$version$.exe
https://dotnetcli.blob.core.windows.net/dotnet/master/Installers/2.0.0-preview1-001915-00/dotnet-win-x64.2.0.0-preview1-001915-00.exe
```
The URL scheme for the SDK & CLI is as follows:
```
-https://dotnetcli.blob.core.windows.net/dotnet/Sdk/$version$/dotnet-dev-win-x86.$version$.exe
+https://dotnetcli.blob.core.windows.net/dotnet/Sdk/$version$/dotnet-dev-$os$-$arch.$version$.exe
https://dotnetcli.blob.core.windows.net/dotnet/Sdk/2.0.0-preview1-005791/dotnet-dev-win-x86.2.0.0-preview1-005791.exe
```