From 7a5467d6fe4f19840b7116126e43d5a90538ddbf Mon Sep 17 00:00:00 2001 From: benthecarman Date: Fri, 24 Sep 2021 02:38:52 -0500 Subject: [PATCH] Fix incorrect link in java gRPC docs [skip ci] --- docs/grpc/java.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/grpc/java.md b/docs/grpc/java.md index 7452fec29..a2c319327 100644 --- a/docs/grpc/java.md +++ b/docs/grpc/java.md @@ -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)