summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRichard Lander <rlander@microsoft.com>2015-02-11 23:03:29 -0800
committerRichard Lander <rlander@microsoft.com>2015-02-11 23:03:29 -0800
commitf8581eed789e69c44957a2c71612075673fb0f87 (patch)
tree083301894a5efe8b6b63c9d51731d7dbf4794fb4 /README.md
parent61c59a02a37eab3deaf20b4f5d57eb522e4f3cbc (diff)
downloadcoreclr-f8581eed789e69c44957a2c71612075673fb0f87.tar.gz
coreclr-f8581eed789e69c44957a2c71612075673fb0f87.tar.bz2
coreclr-f8581eed789e69c44957a2c71612075673fb0f87.zip
Add new BOTR docs to readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 94108f04d9..a484559456 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,10 @@ Historically, new devs to the CLR team would be encouraged to read the "Book of
- [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
## How to Engage, Contribute and Provide Feedback