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

alamb 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 c525e6c64 minor: doc fixes: fix link to datafusion-python project and 
add link to slides for rece… (#3118)
c525e6c64 is described below

commit c525e6c6435c9b079e46be593dfd3f5e88d4dc22
Author: kmitchener <[email protected]>
AuthorDate: Fri Aug 12 16:31:26 2022 -0400

    minor: doc fixes: fix link to datafusion-python project and add link to 
slides for rece… (#3118)
    
    * fix link to datafusion-python project and add link to slides for recent 
talk
    
    * tiny typo fix
---
 README.md                                                    | 6 +++---
 docs/source/{ => developer-guide}/community/communication.md | 5 ++---
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 131265a7d..af6174760 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@
 
 # DataFusion
 
-<img src="docs/source/_static/images/DataFusion-Logo-Background-White.svg" 
width="256"/>
+<img src="docs/source/_static/images/DataFusion-Logo-Background-White.svg" 
width="256" alt="logo"/>
 
 DataFusion is an extensible query planning, optimization, and execution 
framework, written in
 Rust, that uses [Apache Arrow](https://arrow.apache.org) as its
@@ -62,7 +62,7 @@ There are a number of community projects that extend 
DataFusion or provide integ
 ### Language Bindings
 
 - [datafusion-c](https://github.com/datafusion-contrib/datafusion-c)
-- [datafusion-python](https://github.com/datafusion-contrib/datafusion-python)
+- [datafusion-python](https://github.com/apache/arrow-datafusion-python)
 - [datafusion-ruby](https://github.com/datafusion-contrib/datafusion-ruby)
 - [datafusion-java](https://github.com/datafusion-contrib/datafusion-java)
 
@@ -105,7 +105,7 @@ Please see [Roadmap](docs/source/specification/roadmap.md) 
for information of wh
 
 There is no formal document describing DataFusion's architecture yet, but the 
following presentations offer a good overview of its different components and 
how they interact together.
 
-- (July 2022): DataFusion and Arrow: Supercharge Your Data Analytical Tool 
with a Rusty Query Engine: 
[recording](https://www.youtube.com/watch?v=Rii1VTn3seQ)
+- (July 2022): DataFusion and Arrow: Supercharge Your Data Analytical Tool 
with a Rusty Query Engine: 
[recording](https://www.youtube.com/watch?v=Rii1VTn3seQ) and 
[slides](https://docs.google.com/presentation/d/1q1bPibvu64k2b7LPi7Yyb0k3gA1BiUYiUbEklqW1Ckc/view#slide=id.g11054eeab4c_0_1165)
 - (March 2021): The DataFusion architecture is described in _Query Engine 
Design and the Rust-Based DataFusion in Apache Arrow_: 
[recording](https://www.youtube.com/watch?v=K6eCAVEk4kU) (DataFusion content 
starts [~ 15 minutes in](https://www.youtube.com/watch?v=K6eCAVEk4kU&t=875s)) 
and 
[slides](https://www.slideshare.net/influxdata/influxdb-iox-tech-talks-query-engine-design-and-the-rustbased-datafusion-in-apache-arrow-244161934)
 - (February 2021): How DataFusion is used within the Ballista Project is 
described in \*Ballista: Distributed Compute with Rust and Apache Arrow: 
[recording](https://www.youtube.com/watch?v=ZZHQaOap9pQ)
 
diff --git a/docs/source/community/communication.md 
b/docs/source/developer-guide/community/communication.md
similarity index 94%
rename from docs/source/community/communication.md
rename to docs/source/developer-guide/community/communication.md
index d55bfb623..d100ad962 100644
--- a/docs/source/community/communication.md
+++ b/docs/source/developer-guide/community/communication.md
@@ -75,9 +75,8 @@ We will send a summary of all sync ups to the 
[email protected] mailing list.
 Our source code is hosted on
 [GitHub](https://github.com/apache/arrow-datafusion). More information on 
contributing is in
 the [Contribution 
Guide](https://github.com/apache/arrow-datafusion/blob/master/CONTRIBUTING.md)
-, and we have curated a [good-first-issue]
-(https://github.com/apache/arrow-datafusion/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)
-list to help you get started. You can find datafusion's major designs in 
docs/source/specification.
+, and we have curated a 
[good-first-issue](https://github.com/apache/arrow-datafusion/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)
+list to help you get started. You can find DataFusion's major designs in 
docs/source/specification.
 
 We use GitHub issues for maintaining a queue of development work and as the
 public record. We often use Google docs, Github issues and pull requests for

Reply via email to