Make links repo-relative
authorRichard Lander <rlander@microsoft.com>
Wed, 11 Feb 2015 06:29:07 +0000 (22:29 -0800)
committerRichard Lander <rlander@microsoft.com>
Wed, 11 Feb 2015 06:29:07 +0000 (22:29 -0800)
README.md

index 4104eb13c858893a2a668d7ad3e89896e37e7e52..94108f04d9cc368b5c08dd110a635808e718d038 100644 (file)
--- 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