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 2021/04/18 16:38:43 UTC

[arrow-datafusion] branch master updated: Fix image link in README

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 3f6f860  Fix image link in README
3f6f860 is described below

commit 3f6f8609d0eac5e095c2c46288dc27581669e30e
Author: Andy Grove <an...@gmail.com>
AuthorDate: Sun Apr 18 10:38:31 2021 -0600

    Fix image link in README
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e5849b8..9e6b7a2 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@
 
 # DataFusion
 
-<img src="docs/images/DataFusion-Logo-Dark.svg" width="256"/>
+<img src="datafusion/docs/images/DataFusion-Logo-Dark.svg" width="256"/>
 
 DataFusion is an extensible query execution framework, written in
 Rust, that uses [Apache Arrow](https://arrow.apache.org) as its