From 7b282164426ec53da73843b74ef1818b1960fb81 Mon Sep 17 00:00:00 2001 From: Matthew Schmoyer Date: Thu, 20 May 2021 22:13:37 -0600 Subject: [PATCH] Update Datafusion link in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f1a886e..9f4608f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ROAPI automatically spins up read-only APIs for static datasets without requiring you to write a single line of code. It builds on top of [Apache Arrow](https://github.com/apache/arrow) and -[Datafusion](https://github.com/apache/arrow/tree/master/rust/datafusion). The +[Datafusion](https://github.com/apache/arrow-datafusion). The core of its design can be boiled down to the following: * [Query frontends](https://roapi.github.io/docs/api/query/index.html) to