Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 4798895

Browse files
author
John Beisner
committed
Updating the links in the README; fixing the installation script.
1 parent add3323 commit 4798895

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ If you are looking for the v1.0.1 release of the .NET Core tools (CLI, MSBuild a
1414
1515
Found an issue?
1616
---------------
17-
You can consult the [known issues page](https://github.com/dotnet/core/blob/release/2.0.0/cli/known-issues.md) to find out the current issues and to see the workarounds.
17+
You can consult the [Documents Index](https://github.com/dotnet/cli/blob/release/2.0.0-preview2/Documentation/README.md) to find out the current issues and to see the workarounds.
1818

19-
If you don't find your issue, please file one! However, given that this is a very high-frequency repo, we've setup some [basic guidelines](Documentation/project-docs/issue-filing-guide.md) to help you. Please consult those first.
19+
If you don't find your issue, please file one! However, given that this is a very high-frequency repo, we've setup some [basic guidelines](https://github.com/dotnet/cli/blob/release/2.0.0-preview2/Documentation/project-docs/issue-filing-guide.md) to help you. Please consult those first.
2020

2121
This project has adopted the code of conduct defined by the [Contributor Covenant](http://contributor-covenant.org/) to clarify expected behavior in our community. For more information, see the [.NET Foundation Code of Conduct](http://www.dotnetfoundation.org/code-of-conduct).
2222

@@ -67,7 +67,7 @@ In order to download just the .NET Core runtime without the SDK, please visit ht
6767
> **Note:** please be aware that below installers are the **latest bits**. If you
6868
> want to install the latest released versions, please check out the [section above](#looking-for-v1-of-the-net-core-tooling).
6969
70-
| Platform | release/2.0.0<br>[![][version-badge]][version] |
70+
| Platform | release/2.0.0-preview2<br>[![][version-badge]][version] |
7171
| -------- | :-------------------------------------: |
7272
| **Windows x64** | [Installer][win-x64-installer] - [Checksum][win-x64-installer-checksum]<br>[zip][win-x64-zip] - [Checksum][win-x64-zip-checksum] |
7373
| **Windows x86** | [Installer][win-x86-installer] - [Checksum][win-x86-installer-checksum]<br>[zip][win-x86-zip] - [Checksum][win-x86-zip-checksum] |

scripts/obtain/dotnet-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ get_latest_version_info() {
346346
version_file_url="$uncached_feed/Runtime/$channel/latest.version"
347347
else
348348
if [ "$coherent" = true ]; then
349-
version_file_url="$uncached_feed/Runtime/$channel/latest.coherent.version"
349+
version_file_url="$uncached_feed/Sdk/$channel/latest.coherent.version"
350350
else
351351
version_file_url="$uncached_feed/Sdk/$channel/latest.version"
352352
fi

0 commit comments

Comments
 (0)