From 5ac3954ee4e2459b655740d0c17dd98bd965424c Mon Sep 17 00:00:00 2001 From: Mark Rendle Date: Tue, 31 May 2016 14:24:30 +0100 Subject: [PATCH] Fix Building from source links in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ccc0ab25..3f788353e 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ Building from source If you are building from source, take note that the build depends on NuGet packages hosted on MyGet, so if it is down, the build may fail. If that happens, you can always see the [MyGet status page](http://status.myget.org/) for more info. -Read over the [contributing guidelines](https://github.com/dotnet/cli/tree/master/CONTRIBUTING.md) and [developer documentation](https://github.com/dotnet/cli/tree/master/Documentation) for prerequisites for building from source. +Read over the [contributing guidelines](CONTRIBUTING.md) and [developer documentation](Documentation) for prerequisites for building from source. Questions & Comments --------------------