From c8e2e42e53220d317e0d8c67249f987971ecebb3 Mon Sep 17 00:00:00 2001 From: Matthew Van Schellebeeck Date: Mon, 7 Nov 2022 21:27:22 -0500 Subject: [PATCH] Fix links --- 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.