summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRichard Lander <rlander@microsoft.com>2015-09-14 21:45:44 -0700
committerRichard Lander <rlander@microsoft.com>2015-09-14 21:45:44 -0700
commit2c655822e3e26f9f3edea50ac8f4d4c91873a5bf (patch)
treebc5d72053b2045333a7d3edf004f8e2259783e8d /README.md
parent98c63c1612b2635a40d9a719c1505e0ad4bef08a (diff)
downloadcoreclr-2c655822e3e26f9f3edea50ac8f4d4c91873a5bf.tar.gz
coreclr-2c655822e3e26f9f3edea50ac8f4d4c91873a5bf.tar.bz2
coreclr-2c655822e3e26f9f3edea50ac8f4d4c91873a5bf.zip
Add link to .NET Core Roadmap
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 19f2fb0af5..82d9b0aab6 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,7 @@ Learn about CoreCLR and .NET Core
The best ways to learn about CoreCLR are to try out the product instructions and to read the "Book of the Runtime" architecture documents that describe the inner workings of the product. New devs to the CLR team are encouraged to read these documents before making substative changes to the product. They are equally useful for open source contributors.
+- [.NET Core Roadmap](https://github.com/dotnet/core/blob/master/roadmap.md)
- [Product instructions](Documentation/README.md)
- [Introduction to the Common Language Runtime](Documentation/botr/intro-to-clr.md)
- [Book of the Runtime](Documentation/README.md#book-of-the-runtime)