From 47f0e5a607acd0f400e9f6d998c0ea22e4c6a084 Mon Sep 17 00:00:00 2001 From: mvanschellebeeck Date: Tue, 8 Nov 2022 00:00:16 -0500 Subject: [PATCH] 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 ea65987ad435..9ad5a49bb428 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.