summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRichard Lander <rlander@microsoft.com>2015-02-10 22:29:07 -0800
committerRichard Lander <rlander@microsoft.com>2015-02-10 22:29:07 -0800
commit20a775b750aeed8d8f8655a2e88a219ca48fc2aa (patch)
tree33601c3e0341972f13f1ae4d6f8d89315148f31a /README.md
parentd67f938499d37a11df9af62764e672f2b1d979d3 (diff)
downloadcoreclr-20a775b750aeed8d8f8655a2e88a219ca48fc2aa.tar.gz
coreclr-20a775b750aeed8d8f8655a2e88a219ca48fc2aa.tar.bz2
coreclr-20a775b750aeed8d8f8655a2e88a219ca48fc2aa.zip
Make links repo-relative
Diffstat (limited to 'README.md')
-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