You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ag...@apache.org on 2022/11/08 05:00:21 UTC

[arrow-datafusion] branch master updated: Fix links (#4135)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 47f0e5a60 Fix links (#4135)
47f0e5a60 is described below

commit 47f0e5a607acd0f400e9f6d998c0ea22e4c6a084
Author: mvanschellebeeck <mv...@gmail.com>
AuthorDate: Tue Nov 8 00:00:16 2022 -0500

    Fix links (#4135)
---
 datafusion-examples/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/datafusion-examples/README.md b/datafusion-examples/README.md
index ea65987ad..9ad5a49bb 100644
--- a/datafusion-examples/README.md
+++ b/datafusion-examples/README.md
@@ -44,4 +44,4 @@ Run `git submodule update --init` to init test files.
 
 ## Distributed
 
-- [`flight-client.rs`](examples/flight-client.rs) and [`flight-server.rs`](examples/flight-server.rs): Run DataFusion as a standalone process and execute SQL queries from a client using the Flight protocol.
+- [`flight_client.rs`](examples/flight_client.rs) and [`flight_server.rs`](examples/flight_server.rs): Run DataFusion as a standalone process and execute SQL queries from a client using the Flight protocol.