Merge pull request #5784 from benthecarman/patch-1

Fix incorrect link in java gRPC docs
This commit is contained in:
Olaoluwa Osuntokun
2021-09-24 15:31:38 -07:00
committed by GitHub

View File

@@ -29,7 +29,7 @@ with lnd in Java. We'll be using Maven as our build tool.
```
Note the ***proto*** folder, where all the proto files are kept.
- [rpc.proto](https://github.com/lightningnetwork/lnd/blob/master/lnrpc/rpc.proto)
- [lightning.proto](https://github.com/lightningnetwork/lnd/blob/master/lnrpc/lightning.proto)
- [annotations.proto](https://github.com/grpc-ecosystem/grpc-gateway/blob/master/third_party/googleapis/google/api/annotations.proto)
- [http.proto](https://github.com/grpc-ecosystem/grpc-gateway/blob/master/third_party/googleapis/google/api/http.proto)