This is an automated email from the ASF dual-hosted git repository.
uwe pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new afffe3a Fix link to Flight.proto (#3915)
afffe3a is described below
commit afffe3af09a7e5d77404d139fea933c120361a3f
Author: Maxim Novikov <[email protected]>
AuthorDate: Fri Mar 15 13:20:22 2019 +0100
Fix link to Flight.proto (#3915)
---
java/flight/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/flight/README.md b/java/flight/README.md
index da91a4f..00922bf 100644
--- a/java/flight/README.md
+++ b/java/flight/README.md
@@ -23,7 +23,7 @@ Exposing Apache Arrow data on the wire.
[Protocol Description
Slides](https://www.slideshare.net/JacquesNadeau5/apache-arrow-flight-overview)
-[GRPC Protocol
Definition](https://github.com/jacques-n/arrow/blob/flight/java/flight/src/main/protobuf/flight.proto)
+[GRPC Protocol
Definition](https://github.com/apache/arrow/blob/master/format/Flight.proto)
## Example usage