From 326ee0fdb7c3b49f5f6f573ef1409df6c0f08ec0 Mon Sep 17 00:00:00 2001 From: Aditya Mandaleeka Date: Tue, 12 Apr 2016 16:01:37 -0700 Subject: [PATCH] Fix incorrect link to documentation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6bb33d149..d9e06f551 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ Compiling to IL is done using: This will drop a binary in `./bin/[configuration]/[framework]/[rid]/[binary name]` that you can just run. -For more details, please refer to the [documentation](https://github.com/dotnet/corert/tree/master/Documentation). +For more details, please refer to the [documentation](Documentation). Building from source --------------------