From 768e5a05770f38f6249228c458b8f322984d1a7c Mon Sep 17 00:00:00 2001 From: Lee Coward Date: Thu, 16 Feb 2017 14:53:02 -0800 Subject: [PATCH 1/2] reference additional repos in readm.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c849b490..464a6732 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ The core repository is the starting point to engage in and learn about the > * [dotnet/cli](https://github.com/dotnet/cli) - for CLI tools and questions > * [dotnet/corefx](https://github.com/dotnet/corefx) - for API issues and questions > * [dotnet/coreclr](https://github.com/dotnet/coreclr) - for runtime issues +> * [dotnet/docs](https://github.com/dotnet/docs) - for .NET Core documentation issues and questions +> * [dotnet/sdk](https://github.com/dotnet/sdk) - for .NET Core SDK for Visual Studio issues and questions > * [dotnet/standard](https://github.com/dotnet/standard) - for .NET Standard issues and questions > * [nuget/home](https://github.com/nuget/home) - for NuGet questions and issues > * [aspnet/home](https://github.com/aspnet/home) - for ASP.NET Core questions and issues. From b50419af8f59ab7d5d98f6b74ce97af91dee7c29 Mon Sep 17 00:00:00 2001 From: Lee Coward Date: Fri, 17 Feb 2017 12:47:13 -0800 Subject: [PATCH 2/2] updates based on feedback --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 464a6732..1c5990ff 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,12 @@ The core repository is the starting point to engage in and learn about the > * [dotnet/cli](https://github.com/dotnet/cli) - for CLI tools and questions > * [dotnet/corefx](https://github.com/dotnet/corefx) - for API issues and questions > * [dotnet/coreclr](https://github.com/dotnet/coreclr) - for runtime issues -> * [dotnet/docs](https://github.com/dotnet/docs) - for .NET Core documentation issues and questions -> * [dotnet/sdk](https://github.com/dotnet/sdk) - for .NET Core SDK for Visual Studio issues and questions +> * [dotnet/docs](https://github.com/dotnet/docs) - for .NET documentation issues and questions +> * [dotnet/sdk](https://github.com/dotnet/sdk) - for .NET Core SDK (used by Visual Studio and CLI) issues and questions > * [dotnet/standard](https://github.com/dotnet/standard) - for .NET Standard issues and questions > * [nuget/home](https://github.com/nuget/home) - for NuGet questions and issues > * [aspnet/home](https://github.com/aspnet/home) - for ASP.NET Core questions and issues. +> * [aspnet/Docs](https://github.com/aspnet/Docs) - for ASP.NET and ASP.NET Core documentation issues and questions > * [dotnet/netcorecli-fsc](https://github.com/dotnet/netcorecli-fsc) - for F# questions and issues >