summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRichard Lander <rlander@microsoft.com>2015-02-12 06:51:11 -0800
committerRichard Lander <rlander@microsoft.com>2015-02-12 06:51:11 -0800
commit195596ba9ce896bc703e64959844339f2ab74a25 (patch)
tree987fb880e186508bb049ddf40228b27f12df42c6 /README.md
parent587961c25627ce35716706464d040151e597fa7e (diff)
downloadcoreclr-195596ba9ce896bc703e64959844339f2ab74a25.tar.gz
coreclr-195596ba9ce896bc703e64959844339f2ab74a25.tar.bz2
coreclr-195596ba9ce896bc703e64959844339f2ab74a25.zip
Add documents index
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 1 insertions, 7 deletions
diff --git a/README.md b/README.md
index a484559456..d61784b9d0 100644
--- a/README.md
+++ b/README.md
@@ -15,14 +15,8 @@ The [.NET Core Libraries][corefx] repo contains the base class libraries, which
## 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.
-- [Book of the Runtime FAQ](Documentation/botr-faq.md)
- [Introduction to the Common Language Runtime](Documentation/intro-to-clr.md)
-- [Mscorlib and Calling Into the Runtime](Documentation/mscorlib.md)
-- [Stack Walking](Documentation/stackwalking.md)
-- [CLR Coding Guide](Documentation/clr-code-guide.md)
-- [.NET Core Glossary](Documentation/glossary.md)
-- [.NET Filename Encyclopedia](Documentation/dotnet-filenames.md)
-- More coming
+- [Documents Index](Documents/index.md)
## How to Engage, Contribute and Provide Feedback