summaryrefslogtreecommitdiff
path: root/Documentation/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/README.md')
-rw-r--r--Documentation/README.md21
1 files changed, 7 insertions, 14 deletions
diff --git a/Documentation/README.md b/Documentation/README.md
index 70167e4bb4..481941ae62 100644
--- a/Documentation/README.md
+++ b/Documentation/README.md
@@ -56,23 +56,16 @@ Testing and Debugging CoreCLR
Book of the Runtime
===================
-- [Book of the Runtime FAQ](botr/botr-faq.md)
+The Book of the Runtime is a set of chapters that go in depth into various
+interesting aspects of the design of the .NET Framework.
+
+- [Book of the Runtime](botr/_tableOfContents.md)
+
+For your convenience, here are a a few quick links to popular chapters.
+
- [Introduction to the Common Language Runtime](botr/intro-to-clr.md)
- [Garbage Collection Design](botr/garbage-collection.md)
-- [Threading](botr/threading.md)
-- [RyuJIT Overview](botr/ryujit-overview.md)
- [Type System](botr/type-system.md)
-- [Type Loader](botr/type-loader.md)
-- [Method Descriptor](botr/method-descriptor.md)
-- [Virtual Stub Dispatch](botr/virtual-stub-dispatch.md)
-- [Stack Walking](botr/stackwalking.md)
-- [Mscorlib and Calling Into the Runtime](botr/mscorlib.md)
-- [Data Access Component (DAC) Notes](botr/dac-notes.md)
-- [Profiling](botr/profiling.md)
-- [Implementing Profilability](botr/profilability.md)
-- [What Every Dev needs to Know About Exceptions in the Runtime](botr/exceptions.md)
-- [ReadyToRun Overview](botr/readytorun-overview.md)
-- [CLR ABI](botr/clr-abi.md)
Decoder Rings
=============