Merge pull request #2447 from adityamandaleeka/fix_doc_link_rel

Fix incorrect link to documentation in README
This commit is contained in:
Peter Marcu 2016-04-26 13:17:12 -07:00
commit b5046edcb9

View file

@ -84,7 +84,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
--------------------