From 94e0048a3b43347c88b3e612b55cf839ec6c0d9c Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Wed, 19 Dec 2018 15:30:10 +0900 Subject: [PATCH 1/2] Redirect users to docs.btcpayserver.org on home page --- BTCPayServer/Views/Home/Home.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BTCPayServer/Views/Home/Home.cshtml b/BTCPayServer/Views/Home/Home.cshtml index c6d5fb9d6..7a415ea7d 100644 --- a/BTCPayServer/Views/Home/Home.cshtml +++ b/BTCPayServer/Views/Home/Home.cshtml @@ -9,8 +9,8 @@

Welcome to BTCPay Server


-

BTCPay Server is a free and open source server for merchants wanting to accept Bitcoin for their business. The API is compatible with Bitpay service to allow seamless migration.

- Getting started +

BTCPay Server is a free and open source server for merchants wanting to accept Bitcoin for their business.

+ Getting started
From 70d1d0d2308e0ddfe8d27ee7a979b59b4522e2bf Mon Sep 17 00:00:00 2001 From: "nicolas.dorier" Date: Wed, 19 Dec 2018 15:50:20 +0900 Subject: [PATCH 2/2] Remove volumes before running tests --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 131b57180..bb01c1f07 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,6 +14,7 @@ jobs: - run: command: | cd BTCPayServer.Tests + docker-compose down --v docker-compose build docker-compose run tests