summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 4104eb13c8..94108f04d9 100644
--- a/README.md
+++ b/README.md
@@ -15,10 +15,10 @@ 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](https://github.com/dotnet/coreclr/blob/master/Documentation/botr-faq.md)
-- [Introduction to the Common Language Runtime](https://github.com/dotnet/coreclr/blob/master/Documentation/intro-to-clr.md)
-- [Mscorlib and Calling Into the Runtime](https://github.com/dotnet/coreclr/blob/master/Documentation/mscorlib.md)
-- [.NET Core Glossary](https://github.com/dotnet/coreclr/blob/master/Documentation/glossary.md)
+- [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)
+- [.NET Core Glossary](Documentation/glossary.md)
- More coming
## How to Engage, Contribute and Provide Feedback