From 1dbeabb716aeff1e8a96518e0be2778281c6384b Mon Sep 17 00:00:00 2001 From: Takaya Imai Date: Sat, 8 Sep 2018 14:05:37 +0900 Subject: [PATCH] Update broken link of third-party host (#271) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5774f78e3..94518c434 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ BTCPay is a non-custodial invoicing system which eliminates the involvement of a The software is built in C# and conforms to the invoice [API of BitPay](https://bitpay.com/api). It allows for your website to be easily migrated from BitPay and configured as a self-hosted payment processor. -You can run BTCPay as a self-hosted solution on your own server, or use a [third-party host](https://github.com/btcpayserver/btcpayserver-doc/blob/master/Managed.md). +You can run BTCPay as a self-hosted solution on your own server, or use a [third-party host](https://github.com/btcpayserver/btcpayserver-doc/blob/master/ThirdPartyHosting.md). The self-hosted solution allows you not only to attach an unlimited number of stores and use the Lightning Network but also become the payment processor for others.