From 5cde3df968c2afd744936b4aad2f76873d17a6e6 Mon Sep 17 00:00:00 2001 From: Kartik Shah Date: Sat, 15 Aug 2020 03:12:05 +0530 Subject: [PATCH 1/2] Fix grpc and rest api docs links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f5f0bb3..22a008e1 100644 --- a/README.md +++ b/README.md @@ -42,8 +42,8 @@ The Loop client is currently in an early beta state, and offers a simple command line application. Future APIs will be added to support implementation or use of the Loop service. -The Loop daemon exposes a [gRPC API](https://lightning.engineering/loop/#lightning-loop-grpc-api-reference) -(defaults to port 11010) and a [REST API](https://lightning.engineering/loop/rest/index.html) +The Loop daemon exposes a [gRPC API](https://lightning.engineering/loopapi/#lightning-loop-grpc-api-reference) +(defaults to port 11010) and a [REST API](https://lightning.engineering/loopapi/rest/index.html) (defaults to port 8081). The [GitHub issue tracker](https://github.com/lightninglabs/loop/issues) can be From b75c2cb344c0001dda5828bbbdad61affde92dcd Mon Sep 17 00:00:00 2001 From: Kartik Shah Date: Tue, 18 Aug 2020 00:56:18 +0530 Subject: [PATCH 2/2] Fix rest api docs link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22a008e1..05853ec5 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ line application. Future APIs will be added to support implementation or use of the Loop service. The Loop daemon exposes a [gRPC API](https://lightning.engineering/loopapi/#lightning-loop-grpc-api-reference) -(defaults to port 11010) and a [REST API](https://lightning.engineering/loopapi/rest/index.html) +(defaults to port 11010) and a [REST API](https://lightning.engineering/loopapi/index.html#loop-rest-api-reference) (defaults to port 8081). The [GitHub issue tracker](https://github.com/lightninglabs/loop/issues) can be