summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Documentation/README.md (renamed from Documentation/index.md)0
-rw-r--r--README.md4
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/index.md b/Documentation/README.md
index 1ab39333d9..1ab39333d9 100644
--- a/Documentation/index.md
+++ b/Documentation/README.md
diff --git a/README.md b/README.md
index 3a3e786eae..84321d620a 100644
--- a/README.md
+++ b/README.md
@@ -20,9 +20,9 @@ Want to chat with other members of the CoreCLR community?
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 and other documents, for the same goal with new contributors.
- [Introduction to the Common Language Runtime](Documentation/intro-to-clr.md)
-- [Book of the Runtime](Documentation/index.md#book-of-the-runtime)
+- [Book of the Runtime](Documentation/README.md#book-of-the-runtime)
- [CLR Coding Guide](Documentation/clr-code-guide.md)
-- [Documents Index](Documentation/index.md)
+- [Documents Index](Documentation)
## How to Engage, Contribute and Provide Feedback