From da57475105e776d2db26a528a2296c98998eeab5 Mon Sep 17 00:00:00 2001 From: Zlatko Knezevic Date: Mon, 27 Jun 2016 15:48:49 -0700 Subject: [PATCH] Update README.md (#3709) * Update README.md Fixing documentation links to point to actual (new) docs. --- README.md | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9a3798ec3..6cf4f8630 100644 --- a/README.md +++ b/README.md @@ -4,17 +4,12 @@ This repo contains the source code for cross-platform [.NET Core](http://github.com/dotnet/core) command line toolchain. It contains the implementation of each command, the native packages for various supported platforms as well as documentation. -RC2 and Preview 1 bits +RTM and Preview 2 bits --------------------- -To get the latest released bits (RC2 for .NET Core and Preview for tooling), +To get the latest released bits (RTM for .NET Core and Preview 2 for tooling), check out our [Getting started page](http://go.microsoft.com/fwlink/?LinkID=798306&clcid=0x409). -Also, don't forget to check out [the documentation](http://dotnet.github.io/docs/core-concepts/core-sdk/index.html). - -Release schedule ----------------- - -There have been some changes in the schedule for .NET Core and .NET Core CLI tools. You can read more about them in the [.NET Core RC2 Improvements, Schedule, and Roadmap](https://blogs.msdn.microsoft.com/dotnet/2016/05/06/net-core-rc2-improvements-schedule-and-roadmap/) blog post. +Also, don't forget to check out [the documentation](https://aka.ms/dotnet-cli-docs). Found an issue? --------------- @@ -41,7 +36,7 @@ You can download .NET Core as either an installer (MSI, PKG) or a zip (zip, gzip - .NET Core SDK - .NET Core + CLI tools > **Note:** please be aware that below installers are the **latest bits**. If you -> want to install the latest released versions, please check out the [section above](#rc2-and-preview-1-bits).) +> want to install the latest released versions, please check out the [section above](#rtm-and-preview-2-bits).) | |Version |.NET Core Installer|.NET Core SDK Installer|.NET Core Binaries|.NET Core SDK Binaries| |---------|:------:|:------:|:------:|:------:|:------:| @@ -98,7 +93,7 @@ Compiling to IL is done using: This will drop an IL assembly in `./bin/[configuration]/[framework]/[binary name]` that you can run using `dotnet bin/[configuration]/[framework]/[binaryname.dll]`. -For more details, please refer to the [documentation](http://dotnet.github.io/docs/core-concepts/core-sdk/index.html). +For more details, please refer to the [documentation](https://aka.ms/dotnet-cli-docs). Building from source --------------------