Fix incorrect link to documentation.

This commit is contained in:
Aditya Mandaleeka 2016-04-12 16:01:37 -07:00
parent 6184943910
commit 326ee0fdb7

View file

@ -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
--------------------