From b21dc15270e3f3ba64199d34b09f020506c7a705 Mon Sep 17 00:00:00 2001 From: Petr Onderka Date: Tue, 7 Jun 2016 18:42:05 +0200 Subject: [PATCH] Fixed links in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 778609cc1..6e7daac9b 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,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 --------------------