diff options
author | Richard Lander <rlander@microsoft.com> | 2015-02-10 22:29:07 -0800 |
---|---|---|
committer | Richard Lander <rlander@microsoft.com> | 2015-02-10 22:29:07 -0800 |
commit | 20a775b750aeed8d8f8655a2e88a219ca48fc2aa (patch) | |
tree | 33601c3e0341972f13f1ae4d6f8d89315148f31a /README.md | |
parent | d67f938499d37a11df9af62764e672f2b1d979d3 (diff) | |
download | coreclr-20a775b750aeed8d8f8655a2e88a219ca48fc2aa.tar.gz coreclr-20a775b750aeed8d8f8655a2e88a219ca48fc2aa.tar.bz2 coreclr-20a775b750aeed8d8f8655a2e88a219ca48fc2aa.zip |
Make links repo-relative
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |