From dc6c1899487966ae1f873ea6d77aed05bb815d97 Mon Sep 17 00:00:00 2001 From: nwilson1412 Date: Mon, 3 Sep 2018 22:34:14 +0930 Subject: [PATCH] Update broken link (#264) Current link goes to a 404 page, updated to current .NET Core SDK 2.1 page --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dfdb17860..5774f78e3 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ You can also read the [BTCPay Merchants Guide](https://www.reddit.com/r/Bitcoin/ While the documentation advise using docker-compose, you may want to build yourself outside of development purpose. -First install .NET Core SDK 2.1 as specified by [Microsoft website](https://www.microsoft.com/net/download/dotnet-core). +First install .NET Core SDK 2.1 as specified by [Microsoft website](https://www.microsoft.com/net/download/dotnet-core/2.1). On Powershell: ```