Fix incorrect link in java gRPC docs [skip ci]

This commit is contained in:
benthecarman 2021-09-24 02:38:52 -05:00
parent e686a70b96
commit 7a5467d6fe
No known key found for this signature in database
GPG Key ID: D7CC770B81FD22A8

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)