summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRichard Lander <rlander@microsoft.com>2015-02-12 06:56:50 -0800
committerRichard Lander <rlander@microsoft.com>2015-02-12 06:56:50 -0800
commitbf8f0074a067e6acc7a51b4350ea72293f48d4ac (patch)
tree9606a696c836c1cf1d9e34e1a192c7af82108b35 /README.md
parent195596ba9ce896bc703e64959844339f2ab74a25 (diff)
downloadcoreclr-bf8f0074a067e6acc7a51b4350ea72293f48d4ac.tar.gz
coreclr-bf8f0074a067e6acc7a51b4350ea72293f48d4ac.tar.bz2
coreclr-bf8f0074a067e6acc7a51b4350ea72293f48d4ac.zip
Update readme links to index page
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index d61784b9d0..ee8217b057 100644
--- a/README.md
+++ b/README.md
@@ -13,10 +13,12 @@ The coreclr repo contains the complete runtime implementation (called "CoreCLR")
The [.NET Core Libraries][corefx] repo contains the base class libraries, which provides data types and base functionality (ex: String, Collections, HttpClient) on top of CoreCLR. The two repos together make up .NET Core. The [.NET Core is Open Source][.NET Core oss] and [Introducing .NET Core][Introducing .NET Core] blog posts describes our .NET Core OSS strategy and road map in more detail.
## Learn about CoreCLR
-Historically, new devs to the CLR team would be encouraged to read the "Book of the Runtime" (BotR) before making substative changes to the product. We have released the meaningful BotR chapters, for the same goal with new contributors.
+Historically, new devs to the CLR team would be encouraged to read the "Book of the Runtime" (BotR) before making substative changes to the product. We have released the meaningful BotR chapters and other documents, for the same goal with new contributors.
- [Introduction to the Common Language Runtime](Documentation/intro-to-clr.md)
-- [Documents Index](Documents/index.md)
+- [Book of the Runtime](Documentation/index.md#book-of-the-runtime)
+- [CLR Coding Guide](Documentation/clr-code-guide.md)
+- [Documents Index](Documentation/index.md)
## How to Engage, Contribute and Provide Feedback