You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by vi...@apache.org on 2023/06/10 17:19:47 UTC

[arrow-rs] branch master updated: Fix typo in README (#4394)

This is an automated email from the ASF dual-hosted git repository.

viirya pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git


The following commit(s) were added to refs/heads/master by this push:
     new 44bf3e776 Fix typo in README (#4394)
44bf3e776 is described below

commit 44bf3e77677e22dcb984cff68c41658e85febb01
Author: Okue <no...@gmail.com>
AuthorDate: Sun Jun 11 02:19:40 2023 +0900

    Fix typo in README (#4394)
---
 arrow-flight/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arrow-flight/README.md b/arrow-flight/README.md
index 86ef8f00b..d4fddba70 100644
--- a/arrow-flight/README.md
+++ b/arrow-flight/README.md
@@ -33,7 +33,7 @@ arrow-flight = "39.0.0"
 Apache Arrow Flight is a gRPC based protocol for exchanging Arrow data between processes. See the blog post [Introducing Apache Arrow Flight: A Framework for Fast Data Transport](https://arrow.apache.org/blog/2019/10/13/introducing-arrow-flight/) for more information.
 
 This crate provides a Rust implementation of the
-[Flight.proto](../../format/Flight.proto) gRPC protocol and
+[Flight.proto](../format/Flight.proto) gRPC protocol and
 [examples](https://github.com/apache/arrow-rs/tree/master/arrow-flight/examples)
 that demonstrate how to build a Flight server implemented with [tonic](https://docs.rs/crate/tonic/latest).