diff options
author | Rich Lander <rlander@microsoft.com> | 2017-05-26 21:56:27 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-26 21:56:27 -0700 |
commit | 8ca5a626ec508f75dce2ede92fd7748472a07a08 (patch) | |
tree | 1150d0cf4fd407a61f4fac0183c72f461ee01ceb /Documentation/README.md | |
parent | 70ea7d4a2379827f55582fd4d3fd57ab767c6fa1 (diff) | |
download | coreclr-8ca5a626ec508f75dce2ede92fd7748472a07a08.tar.gz coreclr-8ca5a626ec508f75dce2ede92fd7748472a07a08.tar.bz2 coreclr-8ca5a626ec508f75dce2ede92fd7748472a07a08.zip |
Update contributor docs (#11944)
* Update contributor docs
* Update
* Added up-for-grabs and ports
* Update binary licensing
* Update\
* Simplify developer workflow doc
* Update per feedback
Diffstat (limited to 'Documentation/README.md')
-rw-r--r-- | Documentation/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/README.md b/Documentation/README.md index 1a3906b969..22fe6ef69a 100644 --- a/Documentation/README.md +++ b/Documentation/README.md @@ -12,13 +12,13 @@ Getting Started =============== - [Installing the .NET Core SDK](https://www.microsoft.com/net/core) -- [[WIP] Official .NET Core Docs](http://dotnet.github.io/docs/) +- [Official .NET Core Docs](https://docs.microsoft.com/dotnet/core/) Project Docs ============ +- [Project Roadmap](https://github.com/dotnet/core/blob/master/roadmap.md) - [Developer Guide](project-docs/developer-guide.md) -- [Project priorities](project-docs/project-priorities.md) - [Contributing to .NET Core](project-docs/contributing.md) - [Contributing Workflow](project-docs/contributing-workflow.md) - [Performance Guidelines](project-docs/performance-guidelines.md) |