Update per feedback

This commit is contained in:
Rich Lander 2017-07-03 20:35:00 -07:00
parent b1e71d1d5e
commit 40edabb344
2 changed files with 4 additions and 4 deletions

View file

@ -5,7 +5,7 @@ There are many repos that make up .NET Core. To file an issue, make a PR, or eng
## .NET Core
* [dotnet/cli](https://github.com/dotnet/cli) - .NET Core CLI tools
* [dotnet/corefx](https://github.com/dotnet/corefx) - .NET Core framework APIs
* [dotnet/corefx](https://github.com/dotnet/corefx) - .NET Core APIs
* [dotnet/coreclr](https://github.com/dotnet/coreclr) - .NET Core runtime
* [dotnet/docs](https://github.com/dotnet/docs) - .NET documentation
* [dotnet/sdk](https://github.com/dotnet/sdk) - .NET Core SDK (used by Visual Studio and CLI)

View file

@ -20,7 +20,7 @@ If you're new to .NET Core, you can get started in 10 minutes:
- [File a general .NET Core issue](https://github.com/dotnet/core/issues)
- [File a more specific issue](Documentation/core-repos.md)
- [Ask on StackOverflow](https://stackoverflow.com/questions/ask)
- [Ask on Stack Overflow](https://stackoverflow.com/questions/ask)
- [Contact Microsoft Support](https://support.microsoft.com/contactus/)
## How to Engage, Contribute and Provide Feedback
@ -30,8 +30,8 @@ The .NET Core team encourages [contributions](https://github.com/dotnet/coreclr/
## Download .NET Core
- [Released builds](https://github.com/dotnet/core/blob/master/release-notes/download-archive.md)
- [_latest_ .NET Core SDK](https://github.com/dotnet/cli/blob/master/README.md#installers-and-binaries)
- [_latest_ .NET Core Runtime](https://github.com/dotnet/core-setup/blob/master/README.md#daily-builds)
- [.NET Core SDK daily build](https://github.com/dotnet/cli/blob/master/README.md#installers-and-binaries)
- [.NET Core Runtime daily build](https://github.com/dotnet/core-setup/blob/master/README.md#daily-builds)
## .NET Foundation