From 4043e29ddd2d365b8ecf8d27840ccd081cde8175 Mon Sep 17 00:00:00 2001 From: Oliver Gugger Date: Tue, 14 Apr 2020 10:00:01 +0200 Subject: [PATCH] readme: fix link to demo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 335428a..e3347f6 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ services and APIs. ## Demo There is a demo installation available at -[test-staging.swap.lightning.today:8081](https://test-staging.swap.lightning.today:8081). +[test.swap.lightning.today:11010](https://test.swap.lightning.today:11010/). ### Use Case 1: Web GUI @@ -77,7 +77,7 @@ You have two options to pay for the invoice: First, let's request the BOS scores until we hit the freebie limit: -`curl -k -v https://test-staging.swap.lightning.today:8081/availability/v1/btc.json` +`curl -k -v https://test.swap.lightning.today:11010/availability/v1/btc.json` At some point, we will get an answer 402 with an authorization header: @@ -96,5 +96,5 @@ Finally, you can issue the authenticated request with the following command: ``` curl -k -v \ --header "Authorization: LSAT :" \ -https://test-staging.swap.lightning.today:8081/availability/v1/btc.json +https://test.swap.lightning.today:11010/availability/v1/btc.json ```